You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
241 B

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