Skip to content

Commit

Permalink
Add :deploy-console to *features* to force deploy as console application
Browse files Browse the repository at this point in the history
  • Loading branch information
iamFIREcracker committed May 12, 2020
1 parent 3028839 commit a58ce8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- os: windows
language: shell
env:
- LISP=sbcl-bin/1.4.14
- LISP=sbcl-bin/2.0.0
- DEST=cg.exe

install:
Expand Down
1 change: 1 addition & 0 deletions src/build.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
(format NIL "~a-r~a" base-version pending))))

(setf deploy:*status-output* nil)
(pushnew :deploy-console *features*)

(let ((deploy:*status-output* t))
(asdf:make :cg :force t))

0 comments on commit a58ce8d

Please sign in to comment.