Skip to content

Commit

Permalink
ci: add v-analyzer builds (#18835)
Browse files Browse the repository at this point in the history
  • Loading branch information
JalonSolov committed Jul 11, 2023
1 parent 6b792b1 commit 72cd9b8
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/v_apps_and_modules_compile_ci.yml
Expand Up @@ -85,18 +85,17 @@ 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 (v-analyzer) v-analyzer/v-analyzer
run: |
echo "Clone v-analyzer"
git clone --depth 1 https://github.com/v-analyzer/v-analyzer /tmp/v-analyzer
cd /tmp/v-analyzer
echo "Installing dependencies"
v install
echo "Build v-analyzer debug"
v build.vsh debug
echo "Build v-analyzer release"
v build.vsh release
- name: Build vlang/go2v
run: |
Expand Down

0 comments on commit 72cd9b8

Please sign in to comment.