Raymond Toy pushed to branch rtoy-gitlab-ci at cmucl / cmucl
Commits: 760d9c6d by Raymond Toy at 2017-09-02T13:38:01-07:00 Need to install git.
While we're at it install make, gcc, and gcc 32-bit.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ before_script: - - apt-get update -qq && apt-get install -y wget bzip2 + - apt-get update -qq && apt-get install -y wget bzip2 git make gcc gcc-multilib - 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
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/760d9c6d6c111364b3b9e20150...
--- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/760d9c6d6c111364b3b9e20150... You're receiving this email because of your account on gitlab.common-lisp.net.