summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2018-03-24 09:36:09 -0400
committerAnthony Green <green@moxielogic.com>2018-03-24 09:36:09 -0400
commit333cb6bf3ffc0516a3905d14090d57399e478890 (patch)
tree4e8ecf41d05092a3c0234bd4257b9ee34433a230
parente5de3bb28df43ddb203a6e6edafe80fd95449b78 (diff)
downloadlibffi-333cb6bf3ffc0516a3905d14090d57399e478890.tar.gz
remove some build targets for testing
-rw-r--r--.travis.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index decc287..971dee8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,17 +7,11 @@ os:
- linux
compiler:
- gcc
- - clang
env:
- CONFIGURE_OPTIONS=--disable-shared
- CONFIGURE_OPTIONS=
matrix:
include:
- - os: linux
- compiler: gcc
- env: HOST=i386-pc-linux-gnu MEVAL='export CC="$CC -m32" && CXX="$CXX -m32"'
- - os: linux
- env: HOST=moxie-elf MEVAL='export PATH=/opt/moxielogic/bin:$PATH && CC=moxie-elf-gcc && CXX=moxie-elf-g++' LDFLAGS=-Tsim.ld RUNTESTFLAGS="--target_board moxie-sim" DEJAGNU="$TRAVIS_BUILD_DIR/.travis/site.exp"
- os: osx
env: HOST=arm-apple-darwin