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

ci: remove the job testing that vls builds (#18762)

This commit is contained in:
JalonSolov 2023-07-03 23:42:28 -04:00 committed by GitHub
parent 9bf2449a7b
commit 6eaa06c0c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,18 +85,18 @@ jobs:
# v run /tmp/gitly/tests/first_run.v
# # /tmp/gitly/gitly -ci_run
- name: Build V Language Server (VLS) vlang/vls
run: |
echo "Clone VLS"
git clone --depth 1 https://github.com/vlang/vls /tmp/vls
echo "Build VLS"
v /tmp/vls/cmd/vls
echo "Build VLS with -prod"
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 Language Server (VLS) vlang/vls
# run: |
# echo "Clone VLS"
# git clone --depth 1 https://github.com/vlang/vls /tmp/vls
# echo "Build VLS"
# v /tmp/vls/cmd/vls
# echo "Build VLS with -prod"
# 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 vlang/go2v
run: |