Skip to content

Commit b372ac9

Browse files
committed
Build wasmvm.dll in CI
1 parent 4347a22 commit b372ac9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,9 @@ jobs:
225225
- run:
226226
name: Build shared library for macOS
227227
command: make release-build-macos
228+
- run:
229+
name: Build shared library for Windows
230+
command: make release-build-windows
228231
- run:
229232
name: Debug build results
230233
command: ls -l ./internal/api

0 commit comments

Comments
 (0)