aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 69634765..3eeb1682 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,11 @@ compiler:
- gcc
- clang
+env:
+ - BUILD_TYPE=Release
+ - BUILD_TYPE=Debug
+ - BUILD_TYPE=ASAN
+
arch:
packages:
- cmake
@@ -19,7 +24,7 @@ arch:
- wlc-git
- libcap
script:
- - "cmake ."
+ - "cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE ."
- "make"
script: