git.fiddlerwoaroof.com
Browse code

Try to get all dependencies into system

fiddlerwoaroof authored on 26/06/2017 17:13:43
Showing 1 changed files
... ...
@@ -30,9 +30,7 @@ install:
30 30
     else
31 31
       curl https://raw.githubusercontent.com/luismbo/cl-travis/master/install.sh | sh;
32 32
     fi     
33
-  - 'cd $HOME/quicklisp/local-projects
34
-     git clone http://git.elangley.org/git/u/edwlan/fwoar.lisputils.git
35
-     git clone http://git.elangley.org/git/u/edwlan/vector-update-stream.git'
33
+  - 'cd $HOME/quicklisp/local-projects && git clone http://git.elangley.org/git/u/edwlan/fwoar.lisputils.git && git clone http://git.elangley.org/git/u/edwlan/vector-update-stream.git'
36 34
 
37 35
 # this serves as an example of how to use the 'cl' script (provided by
38 36
 # CIM) to test your Lisp project. Here, we're using the RT framework