mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[ci] Build for the iOS Simulator too
This means building an x86_64 binary that will run on a Mac simulating an iPhone or an iPad
This commit is contained in:
1
.github/workflows/ci-workflow.yml
vendored
1
.github/workflows/ci-workflow.yml
vendored
@@ -114,6 +114,7 @@ jobs:
|
||||
- run: make -j2 PLATFORM=simulator TARGET=ios EPSILON_TELEMETRY=0
|
||||
- run: make -j2 PLATFORM=simulator TARGET=ios EPSILON_TELEMETRY=0 epsilon.official.ipa
|
||||
- run: make -j2 PLATFORM=simulator TARGET=ios EPSILON_TELEMETRY=0 test.ipa
|
||||
- run: make -j2 PLATFORM=simulator TARGET=ios EPSILON_TELEMETRY=0 APPLE_PLATFORM=ios-simulator
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: epsilon-ios.ipa
|
||||
|
||||
Reference in New Issue
Block a user