1
0
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:
Delyan Angelov 2022-08-22 10:10:59 +03:00
parent 24e0a6cff2
commit 661d70a976
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -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: |