1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: add ./v -W build-tools to windows-tcc too

This commit is contained in:
Delyan Angelov
2021-03-19 15:44:13 +02:00
parent 95a748e8b0
commit 4ca2accc77

View File

@@ -828,6 +828,8 @@ jobs:
run: ./v build-vbinaries
- name: Build examples
run: ./v build-examples
- name: Test building V tools
run: ./v -W build-tools
- name: v2 self compilation
run: .\v.exe -o v2.exe cmd/v && .\v2.exe -o v3.exe cmd/v