language: c compiler: clang env: - ARCH=host HOST_ARCH=x86 - ARCH=host HOST_ARCH=x86_64 CC="$CC -m64" script: "make all"