Merge pull request #2433 from daschw/cache
cache artifacts in CI services
This commit is contained in:
commit
0768c8a658
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user