mirror of
https://gitlab.com/vindarel/ciel.git
synced 2026-01-17 06:41:02 -08:00
CI: Install quicklisp in the "build void" job
This commit is contained in:
parent
4f4c0daad9
commit
76f23bef58
1 changed files with 3 additions and 0 deletions
|
|
@ -51,6 +51,9 @@ build void:
|
|||
before_script:
|
||||
- xbps-install -Syu
|
||||
|
||||
# The image doesn't have Quicklisp installed by default.
|
||||
- QUICKLISP_ADD_TO_INIT_FILE=true /usr/local/bin/install-quicklisp
|
||||
|
||||
# Upgrade ASDF (UIOP) to 3.3.5 because we want package-local-nicknames.
|
||||
- mkdir -p ~/common-lisp/asdf/
|
||||
- ( cd ~/common-lisp/ && wget https://asdf.common-lisp.dev/archives/asdf-3.3.5.tar.gz && tar -xvf asdf-3.3.5.tar.gz && mv asdf-3.3.5 asdf )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue