Skip to content

Commit

Permalink
Merge branch 'version2_development' into fix_era5_cmorizer
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi committed Dec 12, 2019
2 parents 07a8651 + ae1b21d commit d3f2e31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
Rscript esmvaltool/install/R/setup_devutils.R > /logs/R_install.txt 2>&1
# Run tests
python setup.py test
no_output_timeout: 20m
- save_cache:
key: test-{{ .Branch }}-{{ checksum "cache_key.txt" }}
paths:
Expand Down Expand Up @@ -76,6 +77,7 @@ jobs:
echo 0 | cdo -f nc input,r1x1 tmp.nc
ncdump tmp.nc | ncgen -k hdf5 -o tmp.nc
cdo -f nc copy tmp.nc tmp2.nc
no_output_timeout: 20m
- save_cache:
key: test-install-{{ .Branch }}
paths:
Expand Down Expand Up @@ -130,6 +132,7 @@ jobs:
python setup.py test --installation
ncl -V
cdo --version
no_output_timeout: 20m
- store_artifacts:
path: /logs

Expand Down Expand Up @@ -184,6 +187,7 @@ jobs:
# Build conda package
apt update && apt install time
\time -v conda build . -c conda-forge -c esmvalgroup > /logs/build_log.txt
no_output_timeout: 30m
- store_artifacts:
path: /logs

Expand Down

0 comments on commit d3f2e31

Please sign in to comment.