Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengroat authored and tmatth committed Jan 22, 2017
1 parent 76c944d commit 79822c8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: c

env:
- CONFIG=""
- CONFIG="--enable-fixed-point"
- CONFIG="--enable-fixed-point --disable-float-api"

os:
- linux
- osx

compiler:
- gcc
- clang

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

0 comments on commit 79822c8

Please sign in to comment.