ci: remove vls master branch test (#11992)

pull/11996/head
yuyi 2021-09-27 12:11:18 +08:00 committed by GitHub
parent 105e76f321
commit 4e1ebca0cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -847,8 +847,6 @@ jobs:
run: make && sudo ./v symlink
## vls
- name: Clone tree-sitter-v to ~/.vmodules/tree_sitter_v
run: git clone --depth 1 https://github.com/nedpals/tree-sitter-v ~/.vmodules/tree_sitter_v
- name: Clone VLS tree-sitter
run: git clone --depth 1 --no-single-branch https://github.com/vlang/vls
- name: Checkout branch tree-sitter
@ -857,12 +855,6 @@ jobs:
run: pushd vls; v cmd/vls ; popd
- name: Build VLS tree-sitter with -prod
run: pushd vls; v -prod cmd/vls; popd
- name: Checkout branch master
run: pushd vls; git checkout master; popd
- name: Build VLS master
run: pushd vls; v cmd/vls ; popd
- name: Build VLS master with -prod
run: pushd vls; v -prod cmd/vls ; popd
## vab
- name: Clone vab