mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
CI: bring back vid test
This commit is contained in:
parent
db44004d51
commit
69b498d85d
2 changed files with 11 additions and 11 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -19,10 +19,10 @@ jobs:
|
|||
run: ./v test v
|
||||
- name: Test v->js
|
||||
run: ./v -o hi.js examples/hello_v_js.v && node hi.js
|
||||
# - name: Test vid
|
||||
# run: |
|
||||
# git clone --depth 1 https://github.com/vlang/vid.git
|
||||
# cd vid && ../v -debug -o vid .
|
||||
- name: Test vid
|
||||
run: |
|
||||
git clone --depth 1 https://github.com/vlang/vid.git
|
||||
cd vid && ../v -debug -o vid .
|
||||
|
||||
build-ubuntu:
|
||||
runs-on: ubuntu-18.04
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue