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:
Delyan Angelov 2025-02-17 13:18:59 +02:00
parent 869677a56a
commit 2e421bac5b
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

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