env:
- CFLAGS_EXTRA="-m32"
- CONF_OPTIONS="--enable-gc-assertions --enable-cplusplus"
+ - os: linux
+ compiler: gcc
+ env:
+ - CFLAGS_EXTRA="-D CHECKSUMS"
+ - CONF_OPTIONS="--disable-threads --enable-cplusplus"
+ - os: linux
+ addons: { apt: { packages: [ gcc-multilib ] } }
+ compiler: gcc
+ env: [ CFLAGS_EXTRA="-m32 -D MARK_BIT_PER_OBJ" ]
+ - os: linux
+ compiler: gcc
+ env:
+ - CFLAGS_EXTRA="-D SMALL_CONFIG -D NO_GETENV"
+ - CONF_OPTIONS="--enable-cplusplus"
- os: linux
compiler: gcc
env: [ CONF_OPTIONS="--enable-gc-debug --enable-cplusplus" ]