aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2017-09-18 13:52:49 -0700
committerTim Newsome <tim@sifive.com>2017-09-18 13:52:49 -0700
commitbf737b89855637d7e1bf288f9fa0febd31e9493a (patch)
tree057fc5f68c99a0161f51058cbf8c7e15000843da /.travis.yml
parenta715500912d3b3a3512873aaaa179fdfbf02d8a7 (diff)
downloadriscv-openocd-bf737b89855637d7e1bf288f9fa0febd31e9493a.zip
riscv-openocd-bf737b89855637d7e1bf288f9fa0febd31e9493a.tar.gz
riscv-openocd-bf737b89855637d7e1bf288f9fa0febd31e9493a.tar.bz2
Remove osx, do 32/64 gcc/clang.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 6a5d067..ab5af76 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,8 @@
language: c
dist: trusty
+compiler:
+ - gcc
+ - clang
matrix:
include:
@@ -7,17 +10,12 @@ matrix:
env: BUILD=x86_64-linux-gnu
- os: linux
- compiler: clang
-
- - os: linux
env: BUILD=i686-linux-gnu CFLAGS=-m32
addons:
apt:
packages:
- gcc-multilib
- - os: osx
-
script:
- ./bootstrap && ./configure && make
- file src/openocd