[Git][cmucl/cmucl][rtoy-gitlab-ci] Need to install bc
![](https://secure.gravatar.com/avatar/cc13150cabd87c26f35cb4b0ea78d66d.jpg?s=120&d=mm&r=g)
Raymond Toy pushed to branch rtoy-gitlab-ci at cmucl / cmucl Commits: 15a4c0f5 by Raymond Toy at 2017-09-02T14:59:47-07:00 Need to install bc Needed to update lisp/version. - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ before_script: - ls -F - - apt-get update -qq && apt-get install -y wget bzip2 git make gcc gcc-multilib time + - apt-get update -qq && apt-get install -y wget bzip2 git make gcc gcc-multilib time bc - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/04/cmucl-2017... - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/04/cmucl-2017... - mkdir snapshot View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/15a4c0f5a0bf95b4706c124593... --- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/15a4c0f5a0bf95b4706c124593... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy