language: c os: - linux - osx compiler: - clang sudo: false #sudo: required #before_script: # - sudo apt-get update # - sudo apt-get install libc6:i386 install: - ./autogen.sh - ./configure --enable-assertions --enable-werror script: - make -j check CFLAGS_EXTRA="-m32 -O3 -march=native" - make clean && make -j check CFLAGS_EXTRA="-m32"