ci: install fiveam before compiling passepartout
Some checks failed
Deploy (Gitea) / deploy (push) Failing after 2s
Some checks failed
Deploy (Gitea) / deploy (push) Failing after 2s
core-skills.lisp (and other files) have eval-when blocks that ql:quickload :fiveam during compilation. If fiveam isn't installed first, the CI fails with MISSING-COMPONENT.
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -27,6 +27,10 @@ jobs:
|
|||||||
--load /tmp/quicklisp.lisp \
|
--load /tmp/quicklisp.lisp \
|
||||||
--eval '(quicklisp-quickstart:install)'
|
--eval '(quicklisp-quickstart:install)'
|
||||||
rm -f /tmp/quicklisp.lisp
|
rm -f /tmp/quicklisp.lisp
|
||||||
|
sbcl --noinform --non-interactive \
|
||||||
|
--eval '(load (merge-pathnames "quicklisp/setup.lisp" (user-homedir-pathname)))' \
|
||||||
|
--eval '(ql:quickload :fiveam :silent t)' \
|
||||||
|
--eval '(quit)'
|
||||||
|
|
||||||
- name: Load and verify system
|
- name: Load and verify system
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user