Adding cmake variable BUILD_TESTS to Appveyor and Travis

This commit is contained in:
Michael Tryby
2018-06-08 17:08:37 -04:00
parent 12d3005bd2
commit 21b7a8ab47
2 changed files with 2 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ before_install:
before_script:
- mkdir -p $BUILD_HOME
- cd $BUILD_HOME
- cmake ..
- cmake -DBUILD_TESTS=1 ..
script:
- cmake --build .