mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Cache homebrew cache on travis
This commit is contained in:
@@ -19,7 +19,10 @@ os:
|
|||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
|
||||||
cache: cargo
|
cache:
|
||||||
|
cargo: true
|
||||||
|
directories:
|
||||||
|
- $HOME/Library/Caches/Homebrew
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
@@ -27,7 +30,7 @@ addons:
|
|||||||
- qemu-system-x86
|
- qemu-system-x86
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- if [ $TRAVIS_OS_NAME = osx ]; then brew install qemu; fi
|
- if [ $TRAVIS_OS_NAME = osx ]; then brew update; brew install qemu; fi
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- rustup component add rust-src
|
- rustup component add rust-src
|
||||||
|
|||||||
Reference in New Issue
Block a user