mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-27 23:47:39 +01:00
CI: improve more ci worflow
This commit is contained in:
@@ -153,16 +153,12 @@ def clean_spm_cache():
|
|||||||
# ----------------------------------------------------------
|
# ----------------------------------------------------------
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
run("make clean")
|
|
||||||
run("rm -rf ~/Library/Developer/Xcode/DerivedData/*", check=False)
|
|
||||||
run("mkdir -p build/logs")
|
run("mkdir -p build/logs")
|
||||||
|
|
||||||
run(
|
run(
|
||||||
"set -o pipefail && "
|
"set -o pipefail && "
|
||||||
"NSUnbufferedIO=YES make -B build "
|
"NSUnbufferedIO=YES make -B build "
|
||||||
"2>&1 | tee -a build/logs/build.log | xcbeautify --renderer github-actions"
|
"2>&1 | tee -a build/logs/build.log | xcbeautify --renderer github-actions"
|
||||||
)
|
)
|
||||||
|
|
||||||
run("make fakesign | tee -a build/logs/build.log")
|
run("make fakesign | tee -a build/logs/build.log")
|
||||||
run("make ipa | tee -a build/logs/build.log")
|
run("make ipa | tee -a build/logs/build.log")
|
||||||
run("zip -r -9 ./SideStore.dSYMs.zip ./SideStore.xcarchive/dSYMs")
|
run("zip -r -9 ./SideStore.dSYMs.zip ./SideStore.xcarchive/dSYMs")
|
||||||
|
|||||||
Reference in New Issue
Block a user