shithub: opusfile

ref: 8c2a87e31d06bfc76a0e38efb201a4973ce7818c
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