Skip to content

Commit

Permalink
Split FMS build out of install phase
Browse files Browse the repository at this point in the history
  • Loading branch information
adcroft committed Apr 16, 2017
1 parent f62bc2a commit 38de241
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ install:
- (cd MOM6-examples/src/ && git submodule update FMS)
&& tar zcf my_cache/FMS-src.tgz MOM6-examples/src/FMS
- test -f my_cache/FMS-obj.tgz && (tar zxf my_cache/FMS-obj.tgz) || echo "No cache of FMS objects"

# Build FMS
before_script:
- echo "Building FMS library"
&& mkdir -p build/FMS && (cd build/FMS
&& rm -f path_names
Expand Down

0 comments on commit 38de241

Please sign in to comment.