aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index debf21d6..caed76e4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,12 +23,11 @@ script:
- printenv
# Print version and available CMake generators to aid in CI development
- cmake --version
- - cmake --help
# Perform out-of-source build
- mkdir build
- cd build
# Perform CMake backend generation, build, and test
- - cmake ..
+ - cmake -DCMAKE_BUILD_TYPE=Debug ..
- cmake --build . -- -j4
- ctest --output-on-failure -C Debug -j4
- ../etc/uncrustify_check.sh