summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5b931406a..aecdd130a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -123,6 +123,12 @@ jobs:
- script: build/docker/run.sh
env:
- JOB="CMake"
+ - BUILD_ARG="-DCMAKE_BUILD_TYPE=Debug"
+
+ - script: build/docker/run.sh
+ env:
+ - JOB="CMake"
+ - BUILD_ARG="-DCMAKE_BUILD_TYPE=Release"
# C++ specific options: compiler plug-in, threading model
- script: build/docker/run.sh