Skip to content

Commit 1fdef72

Browse files
committed
Add a config for the travis-ci.org continuous integration system. r=tmatth
Based on the config from the opus project.
1 parent 497db34 commit 1fdef72

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: c
2+
3+
env:
4+
- CONFIG=""
5+
- CONFIG="--enable-fixed-point"
6+
- CONFIG="--enable-fixed-point --disable-float-api"
7+
- CONFIG="--enable-vorbis-psy"
8+
- CONFIG="--disable-binaries"
9+
10+
script:
11+
- ./autogen.sh
12+
- ./configure $CONFIG
13+
- make distcheck

0 commit comments

Comments
 (0)