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

CI: add v build-tools task to the tcc job

This commit is contained in:
Delyan Angelov
2020-05-17 00:14:06 +03:00
parent 8cbb9e1c1f
commit fb27fe5379
3 changed files with 12 additions and 1 deletions

View File

@@ -40,6 +40,8 @@ jobs:
# ./v -silent test-compiler
- name: Fixed tests
run: ./v test-fixed
- name: Test building v tools
run: ./v build-tools
# - name: Test v binaries
# run: ./v -silent build-vbinaries