1
0
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:
Alexander Medvednikov 2019-12-02 11:59:05 +03:00
parent 254afcb2d0
commit c724c17a56

View File

@ -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