-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://srccontrol.orr.noaa.gov/gnome/pygnome
- Loading branch information
Showing
106 changed files
with
8,718 additions
and
3,242 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 |
---|---|---|
@@ -1,22 +1,27 @@ | ||
before_script: | ||
before_script: | ||
- yum update -y | ||
- yum install gcc gcc-c++ -y | ||
- yum install netcdf-devel -y # needed by the C++ code -- it can't find the conda versions | ||
- yum install libXext libSM libXrender -y # needed by matplotlib on CentOS | ||
|
||
# make sure the conda channels are set up right | ||
# the last channel you add will be first on the list | ||
- conda config --add channels NOAA-ORR-ERD | ||
- conda config --add channels defaults | ||
- conda config --add channels NOAA-ORR-ERD | ||
- conda config --add channels conda-forge | ||
|
||
# install the requirements | ||
- conda install --file conda_requirements.txt | ||
|
||
# get the oil libary package from gitlab | ||
- pip install -U git+https://srccontrol.orr.noaa.gov/gnome/[email protected]#egg=oil_library | ||
- cd ./py_gnome | ||
- python ./setup.py develop | ||
|
||
master: | ||
master: | ||
script: | ||
- py.test -runslow | ||
only: | ||
only: | ||
- master | ||
|
||
develop: | ||
|
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
Oops, something went wrong.