File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # sudo: false
1+ sudo : false
22addons :
33 apt :
44 sources :
55 - pandoc
66before_script :
77- curl -O -L http://prdownloads.sourceforge.net/sbcl/sbcl-1.2.6-x86-64-linux-binary.tar.bz2
88- tar xjf sbcl-1.2.6-x86-64-linux-binary.tar.bz2
9- - pushd sbcl-1.2.6-x86-64-linux/ && sudo bash install.sh && popd
9+ # - pushd sbcl-1.2.6-x86-64-linux/ && sudo bash install.sh && popd
1010- curl -O -L http://beta.quicklisp.org/quicklisp.lisp
11- - sbcl --load quicklisp.lisp --eval '(quicklisp-quickstart:install)' --eval '(quit)'
11+ - sbcl-1.2.6-x86-64-linux/run-sbcl.sh --load quicklisp.lisp --eval '(quicklisp-quickstart:install)' --eval '(quit)'
1212script :
13- - sbcl --script ./ run-ci.sh
13+ - sbcl-1.2.6-x86-64-linux/run-sbcl.sh --script run-ci.sh
You can’t perform that action at this time.
0 commit comments