mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: test new v.c on Windows
This commit is contained in:
parent
b1bf5f0edc
commit
803143c6bd
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -216,6 +216,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
gcc --version
|
gcc --version
|
||||||
.\make.bat -gcc
|
.\make.bat -gcc
|
||||||
|
- name: Test new v.c
|
||||||
|
run: .\v.exe -o v.c cmd/v && gcc -w v.c
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
.\v.exe setup-freetype
|
.\v.exe setup-freetype
|
||||||
|
Loading…
x
Reference in New Issue
Block a user