mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-11 21:30:05 +00:00
travis cache for cmake and sdl2 (#2060)
This commit is contained in:
parent
c3307b41db
commit
722af0703e
2 changed files with 17 additions and 4 deletions
|
@ -26,6 +26,10 @@ addons:
|
|||
- lib32stdc++6 # For CMake
|
||||
- lftp # To upload builds
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.local
|
||||
|
||||
install: ./.travis-deps.sh
|
||||
script: ./.travis-build.sh
|
||||
after_success: ./.travis-upload.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue