1
0
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:
Alexander Medvednikov 2020-05-18 18:18:29 +02:00
parent b1bf5f0edc
commit 803143c6bd

View File

@ -216,6 +216,8 @@ jobs:
run: |
gcc --version
.\make.bat -gcc
- name: Test new v.c
run: .\v.exe -o v.c cmd/v && gcc -w v.c
- name: Install dependencies
run: |
.\v.exe setup-freetype