opus/.travis.yml
Stephen 4176a0c86e
Add more coverage to travis tests.
Signed-off-by: Ralph Giles <giles@mozilla.com>
2017-02-14 13:34:51 -08:00

22 lines
328 B
YAML

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