mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
CI: Set display name and use hard links for buildcache on xcode
This commit is contained in:
parent
7deaecb308
commit
f59505c9bd
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -111,6 +111,7 @@ jobs:
|
||||
packagesUrl: https://downloads.scummvm.org/frs/build/scummvm-ios7-libs-v2.zip
|
||||
env:
|
||||
BUILDCACHE_MAX_CACHE_SIZE: 2000000000
|
||||
BUILDCACHE_HARD_LINKS: true
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
@ -135,7 +136,8 @@ jobs:
|
||||
run: |
|
||||
./devtools/create_project/xcode/build/Release/create_project . --xcode --enable-all-engines ${{ matrix.configflags }}
|
||||
ls
|
||||
- uses: mikehardy/buildcache-action@v1
|
||||
- name: Build cache
|
||||
uses: mikehardy/buildcache-action@v1
|
||||
with:
|
||||
cache_key: ${{ matrix.platform }}
|
||||
- name: Build scummvm
|
||||
|
Loading…
x
Reference in New Issue
Block a user