Skip to content

Commit 03a35b0

Browse files
committed
Merge branch 'master' into v3.0
2 parents 08cb575 + 548baad commit 03a35b0

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)