git.fiddlerwoaroof.com
Browse code

Another commit, another CI issue down

Ed Langley authored on 04/11/2018 06:19:15
Showing 3 changed files
... ...
@@ -7,7 +7,7 @@ jobs:
7 7
       - checkout
8 8
       - run:
9 9
           name: packaging
10
-          command: apt update && apt install -y wget build-essential git
10
+          command: apt update && apt install -y wget build-essential git libz-dev clang
11 11
       - run:
12 12
           name: install deps
13 13
           command: ./clone-all-the-things.sh
... ...
@@ -3,8 +3,8 @@ cd $HOME
3 3
 
4 4
 wget -q-O- https://srv2.elangley.org/~edwlan/sbcl-static.tgz|tar vzx 
5 5
 
6
-git clone --depth=1 https://gitlab.com/fiddlerwoaroof/osicat.git ~/sbcl/quicklisp/local-projects/osicat.git
7
-git clone --depth=1 https://gitlab.com/fiddlerwoaroof/cffi.git ~/sbcl/quicklisp/local-projects/cffi.git
6
+git clone --depth=1 https://gitlab.com/fiddlerwoaroof/osicat.git ~/sbcl/quicklisp/local-projects/osicat
7
+git clone --depth=1 https://gitlab.com/fiddlerwoaroof/cffi.git ~/sbcl/quicklisp/local-projects/cffi
8 8
 
9 9
 git clone --depth=1 https://github.com/fiddlerwoaroof/daydreamer.git ~/sbcl/quicklisp/local-projects/daydreamer/
10 10
 git clone --depth=1 https://github.com/fiddlerwoaroof/fwoar.lisputils.git ~/sbcl/quicklisp/local-projects/fwoar.lisputils/
... ...
@@ -3,4 +3,3 @@ ls -R ~/sbcl
3 3
 ~/sbcl/bin/sbcl --no-userinit --disable-debugger --load ~/sbcl/quicklisp/setup.lisp --load build.lisp
4 4
 ls ~/sbcl/quicklisp/local-projects/daydreamer/
5 5
 ./daydreamer --self-test
6
-rm -rf ~/sbcl/quicklisp/local-projects/*