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

ci: run v vet vlib/v/parser

This commit is contained in:
Alexander Medvednikov
2020-07-01 18:57:14 +02:00
parent 40a393926d
commit da99868a28
3 changed files with 25 additions and 10 deletions

View File

@@ -42,6 +42,9 @@ jobs:
run: ./v test-fixed
- name: Test building v tools
run: ./v build-tools
- name: v vet
run: |
v vet vlib/v/parser
# - name: Test v binaries
# run: ./v -silent build-vbinaries
@@ -59,7 +62,7 @@ jobs:
uses: spytheman/docker_alpine_v@v7.0
with:
entrypoint: .github/workflows/alpine.build.sh
- name: Test V
uses: spytheman/docker_alpine_v@v7.0
with:
@@ -148,7 +151,7 @@ jobs:
git clone --depth 1 https://github.com/vlang/gitly
./v install markdown
cd gitly
../v .
../v .
../v -autofree .
cd ..
# - name: Build vpm