mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: test v symlink
This commit is contained in:
parent
254afcb2d0
commit
c724c17a56
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -35,6 +35,8 @@ jobs:
|
||||
run: make && ./v -o v v.v
|
||||
- name: Build V using V
|
||||
run: ./v -o v2 v.v && ./v2 -o v3 v.v
|
||||
- name: Test symlink
|
||||
run: sudo ./v symlink
|
||||
- name: Test v->c
|
||||
run: ./v test-compiler
|
||||
- name: Test v binaries
|
||||
|
Loading…
Reference in New Issue
Block a user