shithub: opus-tools

ref: 3fa112896912c18b69b6ca0ed5d27838e3f34739
dir: /.travis.yml/

View raw version
language: c

# We need at least Ubuntu 14.04 for the libopus dependency.
dist: trusty

addons:
  apt:
    packages:
      - libogg-dev
      - libopus-dev
      - libflac-dev

script:
  - ./autogen.sh
  - ./configure
  - make
  - make distcheck