Moved CMake into root folder (where it’s much happier - especially for CLion)

This commit is contained in:
Phil Nash 2017-01-06 16:00:00 +00:00
parent 2be372710e
commit 64193078bc
2 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ install:
before_script:
- export CXX=${COMPILER}
- cd ${TRAVIS_BUILD_DIR}
- cmake -Hprojects/CMake -BBuild -DCMAKE_BUILD_TYPE=${BUILD_TYPE}
- cmake -BBuild -DCMAKE_BUILD_TYPE=${BUILD_TYPE}
- cd Build
script: