mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
- CI: Boot simulator in async instead of doing in a blocking step
This commit is contained in:
@@ -538,11 +538,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Boot Simulator for testing
|
- name: Boot Simulator async(nohup) for testing
|
||||||
run: |
|
run: |
|
||||||
mkdir -p build/logs
|
mkdir -p build/logs
|
||||||
make -B boot-sim-async | tee -a build/logs/tests-run.log
|
nohup make -B boot-sim-async </dev/null >> build/logs/tests-run.log 2>&1 &
|
||||||
exit ${PIPESTATUS[0]}
|
|
||||||
|
|
||||||
- name: Setup Xcode
|
- name: Setup Xcode
|
||||||
uses: maxim-lobanov/setup-xcode@v1.6.0
|
uses: maxim-lobanov/setup-xcode@v1.6.0
|
||||||
|
|||||||
Reference in New Issue
Block a user