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:
parent
32c80c53b3
commit
d62fc777c9
@ -152,3 +152,9 @@ jobs:
|
|||||||
~/.vmodules/vtl/bin/test --use-gc boehm
|
~/.vmodules/vtl/bin/test --use-gc boehm
|
||||||
echo "Execute Tests using Pure V Backend with Pure V Math and Garbage Collection enabled"
|
echo "Execute Tests using Pure V Backend with Pure V Math and Garbage Collection enabled"
|
||||||
~/.vmodules/vtl/bin/test --use-cblas --use-gc boehm
|
~/.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
|
||||||
|
Loading…
Reference in New Issue
Block a user