shithub: opus

ref: e1c0770a49f5aad8053c204bb11c7c552020b684
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