author | Ryan VanderMeulen <ryanvm@gmail.com> |
Tue, 12 Jul 2016 10:37:04 -0400 | |
changeset 321826 | c6d5c06685a248fd8eaa01d695e4509392db9209 |
permissions | -rw-r--r-- |
language: c matrix: include: - os: linux compiler: gcc - os: linux compiler: gcc env: - EXTRA_FLAGS=-m32 addons: apt: packages: - gcc-multilib - os: osx compiler: clang - os: osx compiler: clang env: - EXTRA_FLAGS=-m32 before_script: - autoconf - ./configure${EXTRA_FLAGS:+ CC="$CC $EXTRA_FLAGS"} - make -j3 - make -j3 tests script: - make check