ci: remove `make.bat --verbose` usages from the .yml files

pull/12012/head
Delyan Angelov 2021-09-28 13:11:55 +03:00
parent c8f1e6b5b6
commit 9bf6d57032
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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: |