-
Stephen authored
Signed-off-by:
Ralph Giles <giles@mozilla.com>
Stephen authoredSigned-off-by:
Ralph Giles <giles@mozilla.com>
.travis.yml 328 B
language: c
compiler:
- gcc
- clang
os:
- linux
- osx
env:
- CONFIG=""
- CONFIG="--enable-assertions"
- CONFIG="--enable-fixed-point"
- CONFIG="--enable-fixed-point --disable-float-api"
- CONFIG="--enable-fixed-point --enable-assertions"
script:
- ./autogen.sh
- ./configure $CONFIG
- make distcheck