aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml17
1 files changed, 14 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index ab5af76..f721700 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,13 +1,11 @@
language: c
dist: trusty
-compiler:
- - gcc
- - clang
matrix:
include:
- os: linux
env: BUILD=x86_64-linux-gnu
+ compiler: gcc
- os: linux
env: BUILD=i686-linux-gnu CFLAGS=-m32
@@ -15,6 +13,19 @@ matrix:
apt:
packages:
- gcc-multilib
+ compiler: gcc
+
+ - os: linux
+ env: BUILD=x86_64-linux-gnu
+ compiler: clang
+
+ - os: linux
+ env: BUILD=i686-linux-gnu CFLAGS=-m32
+ compiler: clang
+ addons:
+ apt:
+ packages:
+ - gcc-multilib
script:
- ./bootstrap && ./configure && make