Skip to content

Commit d62fc77

Browse files
committed
ci: add a 'Build AdventOfCode' step in the v-apps-compile job
1 parent 32c80c5 commit d62fc77

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/v_apps_and_modules_compile.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,9 @@ jobs:
152152
~/.vmodules/vtl/bin/test --use-gc boehm
153153
echo "Execute Tests using Pure V Backend with Pure V Math and Garbage Collection enabled"
154154
~/.vmodules/vtl/bin/test --use-cblas --use-gc boehm
155+
156+
- name: Build AdventOfCode
157+
run: |
158+
echo "Clone the AdventOfCode repo"
159+
git clone --depth 1 https://github.com/vlang/adventofcode /tmp/adventofcode
160+
cd /tmp/adventofcode && v run verify.v

0 commit comments

Comments
 (0)