mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: disable vid build for now
This commit is contained in:
parent
f6d06fcda2
commit
e3ad367b80
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -21,10 +21,10 @@ jobs:
|
|||||||
run: ./v test v
|
run: ./v test v
|
||||||
- name: Test v->js
|
- name: Test v->js
|
||||||
run: ./v -o hi.js examples/hello_v_js.v && node hi.js
|
run: ./v -o hi.js examples/hello_v_js.v && node hi.js
|
||||||
- name: Test vid
|
# - name: Test vid
|
||||||
run: |
|
# run: |
|
||||||
git clone --depth 1 https://github.com/vlang/vid.git
|
# git clone --depth 1 https://github.com/vlang/vid.git
|
||||||
cd vid && ../v -o vid .
|
# cd vid && ../v -o vid .
|
||||||
|
|
||||||
build-ubuntu:
|
build-ubuntu:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
|
Loading…
Reference in New Issue
Block a user