0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-27 00:31:02 +08:00

travis fix

This commit is contained in:
Sergey Yagovtsev 2017-05-05 19:55:35 +03:00
parent 9184efb589
commit ef412ca961

View File

@ -32,7 +32,7 @@ script:
- source /opt/qt55/bin/qt55-env.sh
- qmake -v
- cmake -DCMAKE_CXX_COMPILER=$CXX_COMPILER -DCMAKE_C_COMPILER=$C_COMPILER .. && make -j3
- cd sample && $CXX_COMPILER -std=c++11 -O3 main_clock.cpp -o test_clock && ./test_clock
- cd ../sample && $CXX_COMPILER -std=c++11 -O3 main_clock.cpp -o test_clock && ./test_clock
before_install:
- sudo add-apt-repository --yes ppa:beineri/opt-qt551-trusty
- sudo apt-get update -qq