summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authormayeut <mayeut@users.noreply.github.com>2015-09-12 15:48:23 +0200
committermayeut <mayeut@users.noreply.github.com>2015-09-12 15:48:23 +0200
commit52c36b495597b8d07d39d070dd521ca4118113bd (patch)
treebb0a86f7047430792333ace87dd0b6774a82095a /.travis.yml
parentb7069ce2b2ade8a1af44dade35db81d7a08cf0fc (diff)
Add 32 bit build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 93c970d9..c9b5282a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,11 +5,21 @@ os:
compiler:
- gcc
- clang
+env:
+ - OPJ_CI_ARCH=x86_64
+ - OPJ_CI_ARCH=i386
matrix:
exclude:
- os: osx
compiler: gcc
+ - compiler: clang
+ env: OPJ_CI_ARCH=x86
+
+addons:
+ apt:
+ packages:
+ - gcc-multilib
install:
- ./tools/travis-ci/install.sh