ci: test v symlink

pull/2954/head
Alexander Medvednikov 2019-12-02 11:59:05 +03:00
parent 254afcb2d0
commit c724c17a56
1 changed files with 2 additions and 0 deletions

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