Skip to content

Commit 548baad

Browse files
committed
Adjust travis.yml
1 parent b68b580 commit 548baad

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ compiler:
1313

1414
env:
1515
global:
16-
- CMAKE_OPTIONS="-DOPTION_BUILD_EXAMPLES=On"
16+
- CMAKE_OPTIONS="-DOPTION_BUILD_EXAMPLES=On -DOPTION_BUILD_TESTS=On"
1717
matrix:
1818
- CMAKE_CONFIGURATION=release BUILD_DIR=build
1919
- CMAKE_CONFIGURATION=debug BUILD_DIR=build-debug
@@ -37,4 +37,3 @@ before_script:
3737
script:
3838
- travis_wait cmake --build $BUILD_DIR
3939
- cmake --build $BUILD_DIR --target test
40-
- cmake --build $BUILD_DIR --target check-all

0 commit comments

Comments
 (0)