mirror of
https://github.com/vlang/v.git
synced 2025-09-22 11:57:33 -04:00
ci: use v build-tools
without flags for the tools-windows job
This commit is contained in:
parent
c27d865377
commit
c83cc174a4
2
.github/workflows/tools_ci.yml
vendored
2
.github/workflows/tools_ci.yml
vendored
@ -94,7 +94,7 @@ jobs:
|
||||
- name: Build V
|
||||
run: ./make.bat -${{ matrix.cc }} && ./v -o v2.exe cmd/v && ./v2 -showcc -o v.exe cmd/v && ./v doctor
|
||||
- name: Check build tools
|
||||
run: ./v -silent -N -W -check build-tools
|
||||
run: ./v build-tools
|
||||
- name: Test tools
|
||||
run: ./v -silent test-self cmd
|
||||
- name: Test tools (-cstrict)
|
||||
|
Loading…
x
Reference in New Issue
Block a user