mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
ci: run VLS tests with gcc on the main V repo too
This commit is contained in:
parent
24e0a6cff2
commit
661d70a976
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@ jobs:
|
|||
v -prod /tmp/vls/cmd/vls
|
||||
echo "Build VLS with -gc boehm -skip-unused"
|
||||
v -gc boehm -skip-unused /tmp/vls/cmd/vls
|
||||
echo "Test VLS with gcc"
|
||||
v -cc gcc test /tmp/vls
|
||||
|
||||
- name: Build V Coreutils
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue