Skip to content

Commit

Permalink
[.github] Split commandlines with epsilon and test that conflict on i…
Browse files Browse the repository at this point in the history
…18ns
  • Loading branch information
MarcNumworks committed Dec 14, 2023
1 parent 99ded62 commit 5eec519
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
- run: $ANDROID_HOME/tools/bin/sdkmanager "ndk;22.1.7171670"
- uses: actions/checkout@v3
- run: build/setup.sh --only-simulator
- run: make PLATFORM=simulator TARGET=android ASSERTIONS=1 epsilon.apk test.apk
- run: make PLATFORM=simulator TARGET=android ASSERTIONS=1 test.apk
- run: make PLATFORM=simulator TARGET=android ASSERTIONS=1 epsilon.apk
- uses: actions/upload-artifact@master
with:
name: epsilon-android.apk
Expand Down Expand Up @@ -136,7 +137,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: build/setup.sh --only-simulator
- run: make PLATFORM=simulator TARGET=ios EPSILON_TELEMETRY=0 ASSERTIONS=1 epsilon.ipa test.ipa
- run: make PLATFORM=simulator TARGET=ios EPSILON_TELEMETRY=0 ASSERTIONS=1 epsilon.ipa
- run: make PLATFORM=simulator TARGET=ios EPSILON_TELEMETRY=0 ASSERTIONS=1 test.ipa
- run: make PLATFORM=simulator TARGET=ios EPSILON_TELEMETRY=0 APPLE_PLATFORM=ios-simulator
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 5eec519

Please sign in to comment.