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

ci: use make.bat --verbose -msvc to diagnose CI build failure

This commit is contained in:
Delyan Angelov 2021-04-17 15:52:39 +03:00
parent 3c72c6abc2
commit d349e5a2e2
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -616,7 +616,7 @@ jobs:
run: |
echo %VFLAGS%
echo $VFLAGS
.\make.bat -msvc
.\make.bat --verbose -msvc
.\v.exe -cflags /WX self
- name: Install dependencies
run: |
@ -659,7 +659,7 @@ jobs:
node-version: 12.x
- name: Build with make.bat -tcc
run: |
.\make.bat -tcc
.\make.bat --verbose -tcc
- name: Test new v.c
run: .\v.exe -o v.c cmd/v && .\thirdparty\tcc\tcc.exe -Werror -w -ladvapi32 -bt10 v.c
- name: Install dependencies
@ -702,7 +702,7 @@ jobs:
run: |
Remove-Item -Recurse -Force .\thirdparty\tcc
.\v.exe wipe-cache
.\make.bat -tcc32
.\make.bat --verbose -tcc32
- name: Test new v.c
run: .\v.exe -o v.c cmd/v && .\thirdparty\tcc\tcc.exe -Werror -w -ladvapi32 -bt10 v.c
- name: v doctor