Fix path issue with CMake.

This commit is contained in:
Nathan Osman
2016-10-06 22:29:29 -07:00
parent 9dd1072bc3
commit 337d021936

View File

@@ -12,8 +12,10 @@ install:
- sudo apt-get update -qq
- sudo apt-get install -qq cmake qt57base
before_script:
- export PATH=$PATH:/opt/qt57/bin
script:
- /opt/qt57/bin/qt57-env.sh
- cmake -DBUILD_TESTS=on .
- make
- ctest