-
-
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.
* enable pull request * add display variable step * add a few more variables * set build directory variable * set variable * add tardis home * try second url variable * switching out build_dir definitions * change https to http * add install conda env script * add reference data fetcher * fix env creator * fix variable hell * fix source activate * fix source problems * add ref-data test * add moria to pool * add mac build * remove task * remove activation of conda activate * make conda variable
- Loading branch information
1 parent
1127c22
commit 908c8c0
Showing
4 changed files
with
27 additions
and
32 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
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 |
---|---|---|
@@ -1,13 +1,10 @@ | ||
#!/usr/bin/env bash | ||
cd $TRAVIS_BUILD_DIR | ||
cd $TARDIS_BUILD_DIR | ||
if test -e $HOME/miniconda/envs/tardis; then | ||
echo "TARDIS env already installed."; | ||
# Also check for tardis_env3.yml change | ||
else | ||
conda env create -f tardis_env3.yml | ||
#trouble with building due to segfault at cython (https://github.com/cython/cython/issues/2199) | ||
#remove if we can get normal cython through conda | ||
conda activate tardis | ||
fi | ||
|
||
conda activate tardis |