summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authormayeut <mayeut@users.noreply.github.com>2015-09-12 16:11:56 +0200
committermayeut <mayeut@users.noreply.github.com>2015-09-12 16:11:56 +0200
commit41730e8cc6bc522a41f548f12e5a0ef88f2c451b (patch)
tree4ec780571a0970456504c1915d28b143661d1f2a /.travis.yml
parent82c238f50455a4caf835222c3b246a4091df9310 (diff)
Travis add debug config
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 6fd10240..3b37fc0e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,8 @@ compiler:
env:
- OPJ_CI_ARCH=x86_64
- OPJ_CI_ARCH=i386
+ - OPJ_CI_BUILD_CONFIGURATION=Release
+ - OPJ_CI_BUILD_CONFIGURATION=Debug
matrix:
exclude:
@@ -15,6 +17,10 @@ matrix:
compiler: gcc
- compiler: clang
env: OPJ_CI_ARCH=i386
+ - compiler: gcc
+ env: OPJ_CI_BUILD_CONFIGURATION=Debug
+ - os: osx
+ env: OPJ_CI_BUILD_CONFIGURATION=Debug
addons:
apt: