Skip to content

Commit 3c3e730

Browse files
committed
ci: add a CI job for Wasm
1 parent 415c3ac commit 3c3e730

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,13 @@ jobs:
8181
chcp 65001
8282
nmake.exe /nologo /f Makefile.nmake test
8383
shell: cmd
84+
85+
wasm:
86+
87+
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
88+
with:
89+
enable_wasm_sdk_build: true
90+
enable_linux_checks: false
91+
enable_windows_checks: false
92+
swift_flags: --target cmark-gfm
93+
swift_nightly_flags: --target cmark-gfm

0 commit comments

Comments
 (0)