Commit 4fa2d843 by Maarten L. Hekkelman

add travis file

parent 0e43b81c
......@@ -24,7 +24,8 @@ before_install:
script:
- ./configure
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then gmake; else make; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then gmake ; else make ; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then gmake test ; else make test ; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then sudo gmake install; else sudo make install; fi
jobs:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment