-
-
Notifications
You must be signed in to change notification settings - Fork 409
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
076bfbe
commit d70a893
Showing
3 changed files
with
29 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
git lfs install | ||
|
||
if test -e $REF_DATA_HOME; then | ||
git clone https://github.com/tardis-sn/tardis-refdata.git $REF_DATA_HOME | ||
else | ||
cd $REF_DATA_HOME | ||
# Use the following to get the ref-data from the master; | ||
git fetch origin | ||
checkout origin/master | ||
# Use the following to get the ref-data from a specific pull request | ||
#git fetch origin pull/11/head:thomson-ref | ||
git lfs pull --include="atom_data/kurucz_cd23_chianti_H_He.h5" origin | ||
git lfs pull --include="atom_data/chianti_He.h5" origin | ||
git lfs pull --include="plasma_reference/" origin | ||
git lfs pull --include="unit_test_data.h5" origin | ||
cd $TRAVIS_BUILD_DIR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters