mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
ci: cleanup windows_ci.yml more; remove the setting of VTEST_SHOW_START: and VERBOSE_MAKE: for all jobs there
This commit is contained in:
parent
869677a56a
commit
2e421bac5b
1 changed files with 0 additions and 4 deletions
4
.github/workflows/windows_ci.yml
vendored
4
.github/workflows/windows_ci.yml
vendored
|
@ -29,7 +29,6 @@ jobs:
|
|||
timeout-minutes: 271
|
||||
env:
|
||||
VFLAGS: -cc gcc
|
||||
VERBOSE_MAKE: 1
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build
|
||||
|
@ -81,7 +80,6 @@ jobs:
|
|||
timeout-minutes: 271
|
||||
env:
|
||||
VFLAGS: -cc msvc
|
||||
VERBOSE_MAKE: 1
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build
|
||||
|
@ -130,8 +128,6 @@ jobs:
|
|||
timeout-minutes: 181
|
||||
env:
|
||||
VFLAGS: -cc tcc -no-retry-compilation
|
||||
VTEST_SHOW_START: 1
|
||||
VERBOSE_MAKE: 1
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build with make.bat -tcc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue