Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
lockie committed Jul 22, 2023
1 parent d486639 commit 2475f11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ export VERSION=${GITHUB_REF_NAME:-$(git describe --always --tags --dirty=+ --abb

function do_build () {
sbcl --quit --eval "(ql:quickload '(:qlot :qlot/cli))" --eval "(qlot/cli:install)"
ln -s "$(pwd)" .qlot/local-projects/
mkdir .qlot/local-projects/thoughtbound
cp -r "$(pwd)"/* .qlot/local-projects/thoughtbound # no working ln on windoze
sbcl --dynamic-space-size 2048 --disable-debugger --quit --no-userinit --load .qlot/setup.lisp --load package/build.lisp
mv .qlot/local-projects/thoughtbound/bin .
}

case $1 in
Expand Down

0 comments on commit 2475f11

Please sign in to comment.