From d349e5a2e2aa872e475d6f24506c1536874a3dc3 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sat, 17 Apr 2021 15:52:39 +0300 Subject: [PATCH] ci: use `make.bat --verbose -msvc` to diagnose CI build failure --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 884d3a54ac..96f74cff2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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