mirror of
https://gitlab.com/vindarel/ciel.git
synced 2026-01-30 12:22:52 -08:00
parent
7deac2d353
commit
47d9f8ea54
2 changed files with 2 additions and 7 deletions
3
Makefile
3
Makefile
|
|
@ -52,12 +52,9 @@ image:
|
|||
|
||||
build:
|
||||
$(LISP) --non-interactive \
|
||||
--eval '(ql:quickload :deploy)' \
|
||||
--eval '(ql:quickload "cl+ssl")' \
|
||||
--load ciel.asd \
|
||||
--load build-config.lisp \
|
||||
--eval '(ql:quickload :swank)' \
|
||||
--eval '(push :deploy-console *features*)' \
|
||||
--eval '(ql:quickload :ciel)' \
|
||||
--eval '(ql:quickload :ciel/repl)' \
|
||||
--eval '(asdf:make :ciel/repl)' \
|
||||
|
|
|
|||
6
ciel.asd
6
ciel.asd
|
|
@ -199,10 +199,8 @@
|
|||
(:static-file "simpleHTTPserver")))
|
||||
)
|
||||
|
||||
;; Build a binary with Deploy, ship foreign libraries (and ignore libssl).
|
||||
:defsystem-depends-on (:deploy) ;; need to (ql:quickload "deploy") before building.
|
||||
;; :build-operation "program-op"
|
||||
:build-operation "deploy-op"
|
||||
:build-operation "program-op"
|
||||
:build-operation "program-op"
|
||||
:build-pathname "ciel"
|
||||
:entry-point "ciel::main")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue