mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: run VLS tests with gcc on the main V repo too
This commit is contained in:
parent
24e0a6cff2
commit
661d70a976
@ -39,6 +39,8 @@ jobs:
|
|||||||
v -prod /tmp/vls/cmd/vls
|
v -prod /tmp/vls/cmd/vls
|
||||||
echo "Build VLS with -gc boehm -skip-unused"
|
echo "Build VLS with -gc boehm -skip-unused"
|
||||||
v -gc boehm -skip-unused /tmp/vls/cmd/vls
|
v -gc boehm -skip-unused /tmp/vls/cmd/vls
|
||||||
|
echo "Test VLS with gcc"
|
||||||
|
v -cc gcc test /tmp/vls
|
||||||
|
|
||||||
- name: Build V Coreutils
|
- name: Build V Coreutils
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user