ci: add step that verifies that -cc msvc -gc boehm continues to work on windows (boehm is not the default with msvc yet for some reason)

This commit is contained in:
Delyan Angelov 2024-08-22 20:26:45 +03:00
parent 38ca2e5bcb
commit c4ba0d6863
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -96,6 +96,8 @@ jobs:
run: v -cflags /WX self run: v -cflags /WX self
- name: All code is formatted - name: All code is formatted
run: v test-cleancode run: v test-cleancode
- name: Test -cc msvc -gc boehm works
run: v -no-retry-compilation -gc boehm run examples/hello_world.v
- name: Install dependencies - name: Install dependencies
run: | run: |
v setup-freetype v setup-freetype