source: trunk/FACT++/erfa/.travis.yml@ 19554

Last change on this file since 19554 was 18348, checked in by tbretz, 9 years ago
File size: 170 bytes
Line 
1language: c
2
3compiler:
4 - clang
5 - gcc
6
7# before build script, run autoreconf
8before_script: ./bootstrap.sh
9
10script: ./configure --disable-shared && make && make check
Note: See TracBrowser for help on using the repository browser.