Add incremental builds

Signed-off-by: June Park <me@pythonplayer123.dev>
This commit is contained in:
June Park
2024-08-16 13:17:07 +09:00
committed by GitHub
parent 42e7ac786c
commit 69504b7b73

View File

@@ -48,6 +48,13 @@ jobs:
with:
xcode-version: ${{ matrix.version }}
- name: Cache Build
uses: irgaly/xcode-cache@v1
with:
key: xcode-cache-deriveddata-${{ github.workflow }}-${{ github.sha }}
restore-keys: xcode-cache-deriveddata-${{ github.workflow }}-
- name: Build SideStore
run: make build | xcpretty && exit ${PIPESTATUS[0]}