Skip to content

Commit

Permalink
ci: remove make.bat --verbose usages from the .yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Sep 28, 2021
1 parent c8f1e6b commit 9bf6d57
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -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: |
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_cross.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debug_ci.yml
Expand Up @@ -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: |
Expand Down

0 comments on commit 9bf6d57

Please sign in to comment.