mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-06 06:28:50 +01: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