Skip to content

Commit 79822c8

Browse files
stephengroattmatth
authored andcommitted
Create .travis.yml
1 parent 76c944d commit 79822c8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.travis.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
language: c
2+
3+
env:
4+
- CONFIG=""
5+
- CONFIG="--enable-fixed-point"
6+
- CONFIG="--enable-fixed-point --disable-float-api"
7+
8+
os:
9+
- linux
10+
- osx
11+
12+
compiler:
13+
- gcc
14+
- clang
15+
16+
script:
17+
- ./autogen.sh
18+
- ./configure $CONFIG
19+
- make distcheck

0 commit comments

Comments
 (0)