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
@ -284,7 +286,7 @@ jobs:
run: |
sudo rm -f /etc/apt/sources.list.d/dotnetdev.list /etc/apt/sources.list.d/microsoft-prod.list
sudo apt-get update
sudo apt install --quiet -y mingw-w64
sudo apt install --quiet -y mingw-w64
- name: Build V
run: make -j4
- name: v.c can be compiled