mirror of
https://gitlab.com/vindarel/ciel.git
synced 2026-01-16 14:20:52 -08:00
Merge branch 'master' into 'master'
Update Makefile fixed a typo See merge request vindarel/ciel!1
This commit is contained in:
commit
7e4c95cff6
2 changed files with 2 additions and 1 deletions
|
|
@ -49,6 +49,7 @@ build void:
|
|||
# to clone libraries not in Quicklisp,
|
||||
# and to update ASDF to >= 3.3.5 in order to use local-package-nicknames.
|
||||
before_script:
|
||||
- xbps-install -uy xbps
|
||||
- xbps-install -Syu
|
||||
|
||||
# The image doesn't have Quicklisp installed by default.
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -11,7 +11,7 @@ ql-deps:
|
|||
# This has been fixed upstream, not yet in Quicklisp
|
||||
git clone https://github.com/sharplispers/log4cl ~/quicklisp/local-projects/log4cl
|
||||
|
||||
# Install some sytem dependencies.
|
||||
# Install some system dependencies.
|
||||
debian-deps:
|
||||
apt-get install -y libmagic-dev libinotifytools0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue