We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08cb575 + 548baad commit 03a35b0Copy full SHA for 03a35b0
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