1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

gg: make the Sokol based gg the default

This commit is contained in:
Alexander Medvednikov
2020-06-04 16:05:12 +02:00
parent dd7ebf7fac
commit 6b6c9d6738
12 changed files with 762 additions and 767 deletions

View File

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