summaryrefslogtreecommitdiff
path: root/ci/data/bogenherr-starter.lisp
diff options
context:
space:
mode:
authorckonstanski <carlos.konstanski@olo.com>2025-11-16 11:16:00 -0700
committerckonstanski <carlos.konstanski@olo.com>2025-11-16 11:16:00 -0700
commit313fb607c03082750fbde9135cadf4a35db9d5b4 (patch)
tree7299ff89c1e24568f401296b13d213ed1f0d98fb /ci/data/bogenherr-starter.lisp
parent4f709f16c98624cae548d2516749bf7c6da903e8 (diff)
move CI to docker-compose
Diffstat (limited to 'ci/data/bogenherr-starter.lisp')
-rw-r--r--ci/data/bogenherr-starter.lisp7
1 files changed, 7 insertions, 0 deletions
diff --git a/ci/data/bogenherr-starter.lisp b/ci/data/bogenherr-starter.lisp
new file mode 100644
index 0000000..1b95947
--- /dev/null
+++ b/ci/data/bogenherr-starter.lisp
@@ -0,0 +1,7 @@
+(load "/etc/sbclrc")
+(asdf:operate 'asdf:load-op 'swank)
+(setf swank::*loopback-interface* "0.0.0.0")
+(swank:create-server :port 4110 :dont-close t)
+(asdf:operate 'asdf:load-op 'bogenherr)
+(in-package :bogenherr)
+(bogenherr)