Skip to content

Commit

Permalink
Add sofa to travis for testing measures (should fix #105)
Browse files Browse the repository at this point in the history
  • Loading branch information
tammojan committed May 21, 2015
1 parent b8f59ca commit 1043217
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ install:


before_script:
- wget http://www.iausofa.org/2015_0209_F/sofa_f-20150209_a.tar.gz -O /tmp/sofa.tgz
- tar -xzf /tmp/sofa.tgz
- cd sofa/20150209_a/f77/src/ && make && make test
- mkdir build
- cd build
- wget ftp://ftp.astron.nl/outgoing/Measures/WSRT_Measures.ztar
Expand All @@ -26,6 +29,7 @@ before_script:
-DUSE_HDF5=ON
-DBUILD_PYTHON=ON
-DDATA_DIR=$PWD
-DSOFA_ROOT_DIR=$HOME

script:
- make -j4
Expand Down

0 comments on commit 1043217

Please sign in to comment.