ci: add gitly.org

pull/5542/head
Alexander Medvednikov 2020-06-28 01:13:21 +02:00
parent e666209fe2
commit bbaf6e3a1c
1 changed files with 2 additions and 0 deletions

View File

@ -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