We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da67188 commit c1afb7aCopy full SHA for c1afb7a
.github/workflows/ci.yml
@@ -208,6 +208,11 @@ jobs:
208
run: |
209
cl.exe /DJS_NAN_BOXING=0 /Zs cxxtest.cc
210
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
216
217
windows-msvc-vs2019:
218
runs-on: windows-2019
@@ -570,7 +575,7 @@ jobs:
570
575
amalgam:
571
576
strategy:
572
577
matrix:
573
- # TODO(bnoordhuis) test on windows
578
+ # Windows is tested as part of windows-msvc
574
579
config:
580
- { os: ubuntu-latest }
581
- { os: macos-latest }
0 commit comments