Skip to content

Commit

Permalink
Build and test with SwiftWasm 5.6 on CI
Browse files Browse the repository at this point in the history
Configuration for simultaneous builds with SwiftWasm 5.4, 5.5, and 5.6 can't be specified more succinctly due to swiftwasm/swiftwasm-action#3. I had to create almost duplicate job descriptions because of that.
  • Loading branch information
MaxDesiatov authored Apr 5, 2022
1 parent eef6bb2 commit 7c85175
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,24 @@ jobs:
with:
shell-action: carton test

swiftwasm_bundle_5_6:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- uses: swiftwasm/[email protected]
with:
shell-action: carton bundle --product TokamakDemo

swiftwasm_test_5_6:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- uses: swiftwasm/[email protected]
with:
shell-action: carton test

core_macos_build:
runs-on: macos-11

Expand Down

0 comments on commit 7c85175

Please sign in to comment.