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