shithub: opus

ref: 21bf12e142e661f18d1a0f47e20c67daee43fc36
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