We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b68b580 commit 548baadCopy full SHA for 548baad
1 file changed
.travis.yml
@@ -13,7 +13,7 @@ compiler:
13
14
env:
15
global:
16
- - CMAKE_OPTIONS="-DOPTION_BUILD_EXAMPLES=On"
+ - CMAKE_OPTIONS="-DOPTION_BUILD_EXAMPLES=On -DOPTION_BUILD_TESTS=On"
17
matrix:
18
- CMAKE_CONFIGURATION=release BUILD_DIR=build
19
- CMAKE_CONFIGURATION=debug BUILD_DIR=build-debug
@@ -37,4 +37,3 @@ before_script:
37
script:
38
- travis_wait cmake --build $BUILD_DIR
39
- cmake --build $BUILD_DIR --target test
40
- - cmake --build $BUILD_DIR --target check-all
0 commit comments