ci: add gitly.org
parent
e666209fe2
commit
bbaf6e3a1c
|
@ -143,6 +143,8 @@ jobs:
|
|||
## run: ./v -o hi.js examples/hello_v_js.v && node hi.js
|
||||
# - name: Build Vorum
|
||||
# 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
|
||||
# run: git clone --depth 1 https://github.com/vlang/vpm && cd vpm && ../v . && cd ..
|
||||
# - name: Build V UI examples
|
||||
|
|
Loading…
Reference in New Issue