Skip to content

Commit

Permalink
ci: add a 'Build AdventOfCode' step in the v-apps-compile job
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Dec 8, 2022
1 parent 32c80c5 commit d62fc77
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/v_apps_and_modules_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,9 @@ jobs:
~/.vmodules/vtl/bin/test --use-gc boehm
echo "Execute Tests using Pure V Backend with Pure V Math and Garbage Collection enabled"
~/.vmodules/vtl/bin/test --use-cblas --use-gc boehm
- name: Build AdventOfCode
run: |
echo "Clone the AdventOfCode repo"
git clone --depth 1 https://github.com/vlang/adventofcode /tmp/adventofcode
cd /tmp/adventofcode && v run verify.v

0 comments on commit d62fc77

Please sign in to comment.