[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:
Romain Goyet
2020-04-02 22:52:39 -04:00
committed by Ecco
parent 1886918900
commit 13b5cd0151

View File

@@ -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