Merge pull request #2433 from daschw/cache

cache artifacts in CI services
This commit is contained in:
Daniel Schwabeneder 2020-03-04 17:26:39 +01:00 committed by GitHub
commit 0768c8a658
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

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

View File

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