[Git][cmucl/cmucl][rtoy-gitlab-ci] Need to install git.

Raymond Toy rtoy at common-lisp.net
Sat Sep 2 20:38:10 UTC 2017


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-09-x86-linux.tar.bz2
   - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016-09-x86-linux.extra.tar.bz2
   - mkdir snapshot



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/760d9c6d6c111364b3b9e201503161eb5be31af9

---
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/760d9c6d6c111364b3b9e201503161eb5be31af9
You're receiving this email because of your account on gitlab.common-lisp.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20170902/f9a0a384/attachment-0001.html>


More information about the cmucl-cvs mailing list