mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32: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
|
timeout-minutes: 271
|
||||||
env:
|
env:
|
||||||
VFLAGS: -cc gcc
|
VFLAGS: -cc gcc
|
||||||
VERBOSE_MAKE: 1
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Build
|
- name: Build
|
||||||
|
@ -81,7 +80,6 @@ jobs:
|
||||||
timeout-minutes: 271
|
timeout-minutes: 271
|
||||||
env:
|
env:
|
||||||
VFLAGS: -cc msvc
|
VFLAGS: -cc msvc
|
||||||
VERBOSE_MAKE: 1
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Build
|
- name: Build
|
||||||
|
@ -130,8 +128,6 @@ jobs:
|
||||||
timeout-minutes: 181
|
timeout-minutes: 181
|
||||||
env:
|
env:
|
||||||
VFLAGS: -cc tcc -no-retry-compilation
|
VFLAGS: -cc tcc -no-retry-compilation
|
||||||
VTEST_SHOW_START: 1
|
|
||||||
VERBOSE_MAKE: 1
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Build with make.bat -tcc
|
- name: Build with make.bat -tcc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue