blob: a80cd1f5a8c6ed8d45b8ed4f91b3ada6466a1f3e [file] [log] [blame]
---
sudo: required
language: cpp
os:
- linux
compiler:
- gcc
- clang
matrix:
include:
- os: linux
compiler: gcc
env: HOST=i386-pc-linux-gnu
env: CONFIGURE_OPTIONS=--disable-shared
install:
- ./.travis/install.sh
script:
- ./autogen.sh
- if test x"$HOST" = x"i386-pc-linux-gnu"; then CC="$CC -m32"; CXX="$CXX -m32"; fi
- ./configure ${HOST+--host=$HOST} ${CONFIGURE_OPTIONS}
- make
- make dist
- make check
- cat */testsuite/libffi.log