Skip to content

Commit c1afb7a

Browse files
committed
Test amalgamated build on Windows
1 parent da67188 commit c1afb7a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: .github/workflows/ci.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,11 @@ jobs:
208208
run: |
209209
cl.exe /DJS_NAN_BOXING=0 /Zs cxxtest.cc
210210
cl.exe /DJS_NAN_BOXING=1 /Zs cxxtest.cc
211+
- name: test amalgamation
212+
run: |
213+
build\${{matrix.buildType}}\qjs.exe amalgam.js
214+
cl.exe /std:c11 /experimental:c11atomics quickjs-amalgam.c api-test.c /Fe:amalgam-api-test.exe
215+
.\amalgam-api-test.exe
211216
212217
windows-msvc-vs2019:
213218
runs-on: windows-2019
@@ -570,7 +575,7 @@ jobs:
570575
amalgam:
571576
strategy:
572577
matrix:
573-
# TODO(bnoordhuis) test on windows
578+
# Windows is tested as part of windows-msvc
574579
config:
575580
- { os: ubuntu-latest }
576581
- { os: macos-latest }

0 commit comments

Comments
 (0)