shithub: opus-tools

ref: 2ad189c0a88b07264a8af70e3343dfff8e9500d2
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