mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: change "vid" to "ved" (#6876)
This commit is contained in:
parent
69bb0891c7
commit
268e3b5d15
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -176,10 +176,10 @@ jobs:
|
|||||||
run: ./v -os linux cmd/v
|
run: ./v -os linux cmd/v
|
||||||
# - name: Test vsh
|
# - name: Test vsh
|
||||||
# run: ./v examples/v_script.vsh
|
# run: ./v examples/v_script.vsh
|
||||||
- name: Test vid
|
- name: Test ved
|
||||||
run: |
|
run: |
|
||||||
git clone --depth 1 https://github.com/vlang/vid
|
git clone --depth 1 https://github.com/vlang/ved
|
||||||
cd vid && ../v -o vid .
|
cd ved && ../v -o ved .
|
||||||
- name: Build V UI examples
|
- name: Build V UI examples
|
||||||
run: |
|
run: |
|
||||||
git clone --depth 1 https://github.com/vlang/ui
|
git clone --depth 1 https://github.com/vlang/ui
|
||||||
|
Loading…
Reference in New Issue
Block a user