mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-23 14:32:07 -05:00
travis cache for cmake and sdl2 (#2060)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user