1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: add a 'Build AdventOfCode' step in the v-apps-compile job

This commit is contained in:
Delyan Angelov 2022-12-08 11:15:07 +02:00
parent 32c80c53b3
commit d62fc777c9
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -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