iOS builds
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -13,6 +13,8 @@ env:
|
|||||||
- CONFIGURE_OPTIONS=
|
- CONFIGURE_OPTIONS=
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
- os: osx
|
||||||
|
env: HOST=arm-apple-darwin
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
env: HOST=i386-pc-linux-gnu MEVAL='export CC="$CC -m32" && CXX="$CXX -m32"'
|
env: HOST=i386-pc-linux-gnu MEVAL='export CC="$CC -m32" && CXX="$CXX -m32"'
|
||||||
@@ -27,10 +29,4 @@ install:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- if ! test x"$MEVAL" = x; then eval ${MEVAL}; fi
|
- if ! test x"$MEVAL" = x; then eval ${MEVAL}; fi
|
||||||
- ./autogen.sh
|
- ./.travis/build.sh
|
||||||
- ls -l m4
|
|
||||||
- ./configure ${HOST+--host=$HOST} ${CONFIGURE_OPTIONS}
|
|
||||||
- make
|
|
||||||
- make dist
|
|
||||||
- make check RUNTESTFLAGS="-a $RUNTESTFLAGS"
|
|
||||||
- cat */testsuite/libffi.log
|
|
||||||
|
|||||||
Reference in New Issue
Block a user