Skip to content

Commit

Permalink
ci: use updated build/test instructions for vsql
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Dec 27, 2024
1 parent dccb18d commit 45afdc2
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/v_apps_and_modules_compile_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,14 @@ jobs:
if: ${{ !cancelled() && steps.build.outcome == 'success' }}
run: |
echo "Install vsql"
v retry -- v install elliotchance.vsql ; cd ~/.vmodules/elliotchance/vsql
git checkout 4727b8b65aaa18f7f3ad10406c3aa66f924b2e39
echo "Generate vsql/grammar.v"
make vsql/grammar.v
v retry -- v install elliotchance.vsql
cd ~/.vmodules/elliotchance/vsql
echo "Compile vsql"
v -o bin/vsql cmd/vsql
echo "Compile vsql with -skip-unused"
v -skip-unused -o bin/vsql cmd/vsql
make bin/vsql
echo "Run examples"
make examples
echo "Run vsql/connection_test.v"
v vsql/connection_test.v
echo "Run vsql/connection_test.v with -skip-unused"
v -skip-unused vsql/connection_test.v
- name: Test discord.v
if: ${{ !cancelled() && steps.build.outcome == 'success' }}
Expand Down

0 comments on commit 45afdc2

Please sign in to comment.