shithub: libsamplerate

ref: 945b9939d296c939385fbecfc762c4c335f73dfe
dir: /.travis.yml/

View raw version
language: c

sudo: required
dist: trusty

before_install:
  - sudo add-apt-repository ppa:ondrej/autotools -y # automake 1.15
  - sudo add-apt-repository ppa:cz.nic-labs/knot-dns -y # pkg-config 0.29.2
  - sudo apt-get update
  - sudo apt-get install -y autoconf automake-1.15 pkg-config m4 libsndfile-dev libfftw3-dev libasound2-dev

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