X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=sheep;a=blobdiff_plain;f=bin%2Fbuildtravisexec.sh;h=ad7b2da1c4785f1efd49e951a937816a989a62ff;hp=e686a2242fda8e3dd52dda07fe20a3bc6dc2e41b;hb=2d880c9;hpb=a7319414d0f0ea8a66764a040e7827b1801da5e5 diff --git a/bin/buildtravisexec.sh b/bin/buildtravisexec.sh index e686a22..ad7b2da 100755 --- a/bin/buildtravisexec.sh +++ b/bin/buildtravisexec.sh @@ -23,6 +23,7 @@ SBCL_HOME="" tmp/sbcl/bin/sbcl --core tmp/sbcl/lib/sbcl/sbcl.core --no-sysinit - --eval '(setf asdf:*central-registry* (list #p"tmp/deps/"))' \ --eval "(asdf:load-system :cl-ppcre)" \ --eval "(asdf:load-system :style-checker)" \ + --eval "(push :travis *features*)" \ --eval "(asdf:clear-output-translations)" \ --eval '(sb-ext:save-lisp-and-die "travissbcl" :executable t)' \ @@ -30,7 +31,7 @@ chmod +x travissbcl travisname=travissbcl-$(git rev-parse --short HEAD) mv travissbcl $travisname -echo "You should upload via the command: scp $travisname nami:/opt/travis/sbcls/docgen/" +echo "You should upload via the command: scp $travisname nami:/var/travis/sbcls/docgen/" echo "You should also set travisname in .travis.yml to $travisname" rm -rf tmp