Skip to content

Commit

Permalink
disable BUILD_MOD for the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Sep 10, 2019
1 parent c9fdb21 commit 3a6468c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ install:

script:
- mkdir -p build && cd build
- cmake -DBUILD_TESTING=ON -DBUILD_LIB=ON -DBUILD_MOD=ON .. && make -j4
- cmake -DBUILD_TESTING=ON -DBUILD_LIB=ON .. && make -j4
- CTEST_OUTPUT_ON_FAILURE=1 ctest --timeout 5 -C Debug -j4

deploy:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ for:

before_build:
- cd %BUILD_DIR%
- cmake .. -DBUILD_TESTING=ON -DBUILD_LIB=ON -DBUILD_MOD=ON -DCMAKE_CXX_FLAGS=/W1 -G"%CMAKE_GENERATOR%"
- cmake .. -DBUILD_TESTING=ON -DBUILD_LIB=ON -DCMAKE_CXX_FLAGS=/W1 -G"%CMAKE_GENERATOR%"

after_build:
- ctest --timeout 5 -C Debug -j4
Expand Down

0 comments on commit 3a6468c

Please sign in to comment.