Raymond Toy pushed to branch rtoy-gitlab-ci at cmucl / cmucl
Commits: bcd2a53b by Raymond Toy at 2017-09-02T13:35:52-07:00 Use the correct paths when untarring.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ before_script: - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016... - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016... - mkdir snapshot - - (cd snapshot; tar xjf cmucl-2016-09-x86-linux.tar.bz2; tar xjf cmucl-2016-09-x86-linux.extra.tar.bz2) + - (cd snapshot; tar xjf ../cmucl-2016-09-x86-linux.tar.bz2; tar xjf ../cmucl-2016-09-x86-linux.extra.tar.bz2) - git clone https://gitlab.common-lisp.net/cmucl/cmucl.git
test:
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/bcd2a53becf0a26400c2c46eb5...
--- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/bcd2a53becf0a26400c2c46eb5... You're receiving this email because of your account on gitlab.common-lisp.net.