cache artifacts in CI services

This commit is contained in:
Daniel Schwabeneder 2020-03-04 12:53:24 +01:00
parent 16b8d01b88
commit ccf726ddcb
2 changed files with 7 additions and 0 deletions

View File

@ -20,6 +20,10 @@ addons:
- xauth - xauth
- xvfb - xvfb
cache:
directories:
- $HOME/.julia/artifacts
sudo: required sudo: required
before_install: before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then pwd ; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then pwd ; fi

View File

@ -20,6 +20,9 @@ branches:
- master - master
- /release-.*/ - /release-.*/
cache:
- '%USERPROFILE%\.julia\artifacts'
notifications: notifications:
- provider: Email - provider: Email
on_build_success: false on_build_success: false