mirror of
https://github.com/vlang/v.git
synced 2025-08-03 17:57:59 -04:00
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:
parent
38ca2e5bcb
commit
c4ba0d6863
2
.github/workflows/windows_ci.yml
vendored
2
.github/workflows/windows_ci.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user