summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2018-03-27 06:23:29 -0400
committerAnthony Green <green@moxielogic.com>2018-03-27 06:23:29 -0400
commitd01ef5b875dedcb9f7b3039b2334cbd594fdfcd4 (patch)
tree73b67a07ff8f929bd91a8376cfb7ac50891afe3a
parentd13583f55fb31a302684cbc62c300ae81eb577e9 (diff)
downloadlibffi-d01ef5b875dedcb9f7b3039b2334cbd594fdfcd4.tar.gz
iOS builds
-rw-r--r--.travis.yml10
1 files changed, 3 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 35ad867..2822998 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,8 @@ env:
- CONFIGURE_OPTIONS=
matrix:
include:
+ - os: osx
+ env: HOST=arm-apple-darwin
- os: linux
compiler: gcc
env: HOST=i386-pc-linux-gnu MEVAL='export CC="$CC -m32" && CXX="$CXX -m32"'
@@ -27,10 +29,4 @@ install:
script:
- if ! test x"$MEVAL" = x; then eval ${MEVAL}; fi
- - ./autogen.sh
- - ls -l m4
- - ./configure ${HOST+--host=$HOST} ${CONFIGURE_OPTIONS}
- - make
- - make dist
- - make check RUNTESTFLAGS="-a $RUNTESTFLAGS"
- - cat */testsuite/libffi.log
+ - ./.travis/build.sh