1 files changed, 0 insertions(+), 18 deletions(-)
D .builds/aoc2022.yml
D .builds/aoc2022.yml => .builds/aoc2022.yml +0 -18
@@ 1,18 0,0 @@
-image: alpine/edge
-packages:
- - make
-sources:
- - https://git.sr.ht/~schnouki/advent-of-code
-tasks:
- - setup_lisp: |
- sudo apk add --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing roswell
- ros install sbcl-bin
- - setup_project: |
- ln -s $(pwd)/advent-of-code ~/.roswell/local-projects/advent-of-code
- ros -s aoc-2022 -q -v
- - run_tests: |
- cd advent-of-code/2022
- ros -s aoc-2022 -e '(aoc:run-all-puzzles :test)'
- - run_real: |
- cd advent-of-code/2022
- ros -s aoc-2022 -e '(aoc:run-all-puzzles)'