Skip to content
Snippets Groups Projects
Commit 1da904f3 authored by Ralph Giles's avatar Ralph Giles
Browse files

Add a travis build file.

It seems we have to run this on ubuntu trusty images to satisfy
the libopus-dev dependency, which currently requires sudo
(I think as proxy to trigger a non-docker image?) and is
therefore slower than vanilla container builds.
parent e390a6f1
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment