We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55fe515 commit b728d6aCopy full SHA for b728d6a
1 file changed
.travis.yml
@@ -16,5 +16,5 @@ before_install:
16
- ./scripts/dr.sh "cd app; ./scripts/check_indentation.sh"
17
18
script:
19
-- ./scripts/dr.sh "test -d app/build-travis && rm -rf app/build-travis; mkdir app/build-travis; cd app/build-travis; cmake -GNinja ../ -DBEM_ENABLE_TESTING=OFF; ninja"
+- ./scripts/dr.sh "test -d app/build-travis && rm -rf app/build-travis; mkdir app/build-travis; cd app/build-travis; cmake -GNinja ../ -DBEM_ENABLE_TESTING=ON; ninja"
20
- ./scripts/dr.sh "cd app/build-travis; ctest -N; ctest -V"
0 commit comments