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
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user