Skip to content

Commit 7b6b0a0

Browse files
committed
Make sure we make only one build type at the time.
1 parent a16152d commit 7b6b0a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ before_install:
1616
- ./scripts/dr.sh "./scripts/check_indentation.sh"
1717

1818
script:
19-
- ./scripts/dr.sh "test -d build-travis && rm -rf build-travis; mkdir build-travis; cd build-travis; cmake -GNinja ../ -DBEM_ENABLE_TESTING=ON; ninja"
19+
- ./scripts/dr.sh "test -d build-travis && rm -rf build-travis; mkdir build-travis; cd build-travis; cmake -GNinja ../ -DBEM_ENABLE_TESTING=ON -DCMAKE_BUILD_TYPE=$BUILD_TYPE; ninja"
2020
- ./scripts/dr.sh "cd build-travis; ctest -N; ctest -V"

0 commit comments

Comments
 (0)