mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: be more verbose when running make.bat on the CI
This commit is contained in:
parent
07b15a209a
commit
554a689213
2 changed files with 14 additions and 6 deletions
5
make.bat
5
make.bat
|
@ -1,5 +1,6 @@
|
|||
@echo off
|
||||
setlocal EnableDelayedExpansion EnableExtensions
|
||||
@setlocal EnableDelayedExpansion EnableExtensions
|
||||
|
||||
IF NOT DEFINED VERBOSE_MAKE @echo off
|
||||
|
||||
REM Option flags
|
||||
set /a shift_counter=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue