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:
parent
9bf2449a7b
commit
6eaa06c0c7
@ -85,18 +85,18 @@ jobs:
|
|||||||
# v run /tmp/gitly/tests/first_run.v
|
# v run /tmp/gitly/tests/first_run.v
|
||||||
# # /tmp/gitly/gitly -ci_run
|
# # /tmp/gitly/gitly -ci_run
|
||||||
|
|
||||||
- name: Build V Language Server (VLS) vlang/vls
|
# - name: Build V Language Server (VLS) vlang/vls
|
||||||
run: |
|
# run: |
|
||||||
echo "Clone VLS"
|
# echo "Clone VLS"
|
||||||
git clone --depth 1 https://github.com/vlang/vls /tmp/vls
|
# git clone --depth 1 https://github.com/vlang/vls /tmp/vls
|
||||||
echo "Build VLS"
|
# echo "Build VLS"
|
||||||
v /tmp/vls/cmd/vls
|
# v /tmp/vls/cmd/vls
|
||||||
echo "Build VLS with -prod"
|
# echo "Build VLS with -prod"
|
||||||
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"
|
# echo "Test VLS with gcc"
|
||||||
v -cc gcc test /tmp/vls
|
# v -cc gcc test /tmp/vls
|
||||||
|
|
||||||
- name: Build vlang/go2v
|
- name: Build vlang/go2v
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user