git.fiddlerwoaroof.com
Browse code

Actually make stuff

Ed Langley authored on 04/11/2018 05:51:26
Showing 2 changed files
... ...
@@ -13,7 +13,7 @@ jobs:
13 13
           command: ./clone-all-the-things.sh
14 14
       - run:
15 15
           name: setup env
16
-          command: wget -O- https://srv2.elangley.org/~edwlan/sbcl-static.tgz|tar vzx 
16
+          command: wget -qO- https://srv2.elangley.org/~edwlan/sbcl-static.tgz|tar vzx 
17 17
       - run:
18 18
           name: pwd?
19 19
           command: pwd
20 20
new file mode 100755
... ...
@@ -0,0 +1,5 @@
1
+#!/usr/bin/env bash
2
+~/sbcl/bin/sbcl --no-userinit --disable-debugger --load ~/sbcl/quicklisp/setup.lisp --load build.lisp
3
+ls ~/sbcl/quicklisp/local-projects/daydreamer/
4
+./daydreamer --self-test
5
+rm -rf ~/sbcl/quicklisp/local-projects/*