1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

more windows fixes + bring back windows ci

This commit is contained in:
Alexander Medvednikov
2020-04-02 13:44:46 +02:00
parent 1178bfa578
commit 5b835d294c
6 changed files with 28 additions and 30 deletions

View File

@@ -257,10 +257,10 @@ jobs:
run: |
git clone --depth=1 https://github.com/ubawurinna/freetype-windows-binaries.git thirdparty/freetype/
.\.github\workflows\windows-install-sdl.bat
# - name: Build
# run: |
# gcc --version
# .\make.bat -gcc
- name: Build
run: |
gcc --version
.\make.bat -gcc
# - name: Test
# run: |
# .\v.exe -silent test-compiler