Travis Qt5 build fix

This commit is contained in:
Roman
2015-06-29 19:58:14 +03:00
parent 697204926c
commit dfdeb25b09

View File

@ -16,7 +16,7 @@ before_install:
script:
- mkdir build
- cd build
- if [ -z ${QT4_BUILD+x} ]; then cmake -DBUILD_TESTS=TRUE -DQT4_BUILD=FALSE ..; else cmake -DBUILD_TESTS=TRUE -DQT4_BUILD=TRUE ..; fi
- if [ "$QT4_BUILD" == "OFF" ]; then cmake -DBUILD_TESTS=TRUE -DQT4_BUILD=FALSE ..; else cmake -DBUILD_TESTS=TRUE -DQT4_BUILD=TRUE ..; fi
- make
- export CTEST_OUTPUT_ON_FAILURE=1
- make test