1
0
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:
Lukas Neubert 2020-11-19 16:22:51 +01:00 committed by GitHub
parent 69bb0891c7
commit 268e3b5d15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,10 +176,10 @@ jobs:
run: ./v -os linux cmd/v
# - name: Test vsh
# run: ./v examples/v_script.vsh
- name: Test vid
- name: Test ved
run: |
git clone --depth 1 https://github.com/vlang/vid
cd vid && ../v -o vid .
git clone --depth 1 https://github.com/vlang/ved
cd ved && ../v -o ved .
- name: Build V UI examples
run: |
git clone --depth 1 https://github.com/vlang/ui