mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: testing building gitly with -autofree
This commit is contained in:
parent
a3086a2ef3
commit
a45ad47841
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -144,7 +144,13 @@ jobs:
|
||||
# - 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 ..
|
||||
run: |
|
||||
git clone --depth 1 https://github.com/vlang/gitly
|
||||
v install markdown
|
||||
cd gitly
|
||||
../v .
|
||||
../v -autofree .
|
||||
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
Block a user