[Git][cmucl/cmucl][rtoy-gitlab-ci] More setup for building cmucl
Raymond Toy pushed to branch rtoy-gitlab-ci at cmucl / cmucl Commits: 92f8697e by Raymond Toy at 2017-09-02T13:33:56-07:00 More setup for building cmucl - untar the snapshot into the snapshot directory - git clone the cmucl repo - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,10 @@ before_script: - apt-get update -qq && apt-get install -y wget bzip2 - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016... - - tar xjf cmucl-2016-09-x86-linux.tar.bz2 - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016... - - tar xjf cmucl-2016-09-x86-linux.extra.tar.bz2 + - mkdir snapshot + - (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: script: View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/92f8697e67792de9d745583ebc... --- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/92f8697e67792de9d745583ebc... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy