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

Test common configure switches on travis.

Add a matrix build testing the most common options.

I don't see a way to also invoke Makefile.unix without
wrapping everything in a script, so leave that to jenkins
for now.
parent d02ec93f
No related branches found
No related tags found
No related merge requests found
language: c
env:
- CONFIG=""
- CONFIG="--enable-assertions"
- CONFIG="--enable-fixed-point"
- CONFIG="--enable-fixed-point --disable-float-api"
- CONFIG="--enable-fixed-point --enable-assertions"
script:
- ./autogen.sh
- ./configure
- ./configure $CONFIG
- 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