Raymond Toy pushed to branch rtoy-gitlab-ci at cmucl / cmucl
Commits: 45a6d985 by Raymond Toy at 2016-10-06T20:05:12-07:00 Download cmucl binaries.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -0,0 +1,3 @@ +before_script: + curl -s https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016... | tar xjf - + curl -s https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016... | tar xjf -
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/45a6d985863f480b6470f8b6bb...