git.fiddlerwoaroof.com
Browse code

more ci

Ed Langley authored on 04/11/2018 06:01:07
Showing 2 changed files
... ...
@@ -11,9 +11,6 @@ jobs:
11 11
       - run:
12 12
           name: install deps
13 13
           command: ./clone-all-the-things.sh
14
-      - run:
15
-          name: setup env
16
-          command: wget -qO- https://srv2.elangley.org/~edwlan/sbcl-static.tgz|tar vzx 
17 14
       - run:
18 15
           name: pwd?
19 16
           command: pwd
... ...
@@ -1,4 +1,7 @@
1 1
 #!/usr/bin/env bash
2
+cd $HOME
3
+
4
+wget -q-O- https://srv2.elangley.org/~edwlan/sbcl-static.tgz|tar vzx 
2 5
 
3 6
 git clone --depth=1 https://gitlab.com/fiddlerwoaroof/osicat.git ~/sbcl/quicklisp/local-projects/osicat.git
4 7
 git clone --depth=1 https://gitlab.com/fiddlerwoaroof/cffi.git ~/sbcl/quicklisp/local-projects/cffi.git