mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-11 05:10:05 +00:00
travis: use cache
This commit is contained in:
parent
7f408eefa3
commit
16981d6be4
7 changed files with 13 additions and 9 deletions
|
@ -25,6 +25,7 @@ matrix:
|
|||
install: "./.travis/linux/deps.sh"
|
||||
script: "./.travis/linux/build.sh"
|
||||
after_success: "./.travis/linux/upload.sh"
|
||||
cache: ccache
|
||||
- if: branch = master AND type = push
|
||||
os: linux
|
||||
env: NAME="transifex push"
|
||||
|
@ -40,11 +41,13 @@ matrix:
|
|||
install: "./.travis/macos/deps.sh"
|
||||
script: "./.travis/macos/build.sh"
|
||||
after_success: "./.travis/macos/upload.sh"
|
||||
cache: ccache
|
||||
- os: linux
|
||||
env: NAME="linux build (frozen versions of dependencies)"
|
||||
sudo: required
|
||||
dist: trusty
|
||||
services: docker
|
||||
cache: ccache
|
||||
script: "./.travis/linux-frozen/build.sh"
|
||||
|
||||
deploy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue