From 9bf6d570321587f839d4ff881b3ea0297a275e53 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Tue, 28 Sep 2021 13:11:55 +0300 Subject: [PATCH] ci: remove `make.bat --verbose` usages from the .yml files --- .github/workflows/ci.yml | 6 +++--- .github/workflows/ci_cross.yml | 2 +- .github/workflows/debug_ci.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03c04b3220..7d5e580765 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -669,7 +669,7 @@ jobs: run: | echo %VFLAGS% echo $VFLAGS - .\make.bat -msvc --verbose + .\make.bat -msvc .\v.exe -cflags /WX self - name: Install dependencies run: | @@ -713,7 +713,7 @@ jobs: node-version: 12.x - name: Build with make.bat -tcc run: | - .\make.bat -tcc --verbose + .\make.bat -tcc - name: Test new v.c run: .\v.exe -o v.c cmd/v && .\thirdparty\tcc\tcc.exe -I ./thirdparty/stdatomic/win -Werror -w -ladvapi32 -bt10 v.c - name: Install dependencies @@ -762,7 +762,7 @@ jobs: run: | Remove-Item -Recurse -Force .\thirdparty\tcc .\v.exe wipe-cache - .\make.bat -tcc32 --verbose + .\make.bat -tcc32 - name: Test new v.c run: .\v.exe -o v.c cmd/v && .\thirdparty\tcc\tcc.exe -I ./thirdparty/stdatomic/win -Werror -w -ladvapi32 -bt10 v.c - name: v doctor diff --git a/.github/workflows/ci_cross.yml b/.github/workflows/ci_cross.yml index a58d29ba39..21140a0e88 100644 --- a/.github/workflows/ci_cross.yml +++ b/.github/workflows/ci_cross.yml @@ -97,7 +97,7 @@ jobs: run: | echo %VFLAGS% echo $VFLAGS - .\make.bat --verbose -msvc + .\make.bat -msvc - name: TODO v_win.c can be compiled and run with -os windows run: | .\v.exe -os windows -showcc -o v2.exe cmd\v diff --git a/.github/workflows/debug_ci.yml b/.github/workflows/debug_ci.yml index 428dd8a350..bf7c92ac82 100644 --- a/.github/workflows/debug_ci.yml +++ b/.github/workflows/debug_ci.yml @@ -18,7 +18,7 @@ jobs: run: | echo %VFLAGS% echo $VFLAGS - .\make.bat --verbose -msvc + .\make.bat -msvc .\v.exe -cflags /WX self - name: Install dependencies run: |