shithub: opusfile

ref: e42a537655d282a70826e16cfa89e40755e89d5a
dir: /.travis.yml/

View raw version
language: c

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

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

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