shithub: opus

ref: 1168a29ecda217d5192c37ee8b993433f8c945c4
dir: /.travis.yml/

View raw version
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