mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: add gitly.org
This commit is contained in:
parent
e666209fe2
commit
bbaf6e3a1c
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -143,6 +143,8 @@ jobs:
|
|||||||
## 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: Build Vorum
|
# - name: Build Vorum
|
||||||
# run: git clone --depth 1 https://github.com/vlang/vorum && cd vorum && ../v . && cd ..
|
# run: git clone --depth 1 https://github.com/vlang/vorum && cd vorum && ../v . && cd ..
|
||||||
|
- name: Build Gitly
|
||||||
|
run: git clone --depth 1 https://github.com/vlang/gitly && cd gitly && ../v . && cd ..
|
||||||
# - name: Build vpm
|
# - name: Build vpm
|
||||||
# run: git clone --depth 1 https://github.com/vlang/vpm && cd vpm && ../v . && cd ..
|
# run: git clone --depth 1 https://github.com/vlang/vpm && cd vpm && ../v . && cd ..
|
||||||
# - name: Build V UI examples
|
# - name: Build V UI examples
|
||||||
|
Loading…
Reference in New Issue
Block a user