[Git][cmucl/cmucl][rtoy-gitlab-ci] Install git (again)

Raymond Toy rtoy at common-lisp.net
Sun Sep 3 16:50:37 UTC 2017


Raymond Toy pushed to branch rtoy-gitlab-ci at cmucl / cmucl


Commits:
3d227b6b by Raymond Toy at 2017-09-03T09:50:28-07:00
Install git (again)

While not strictly necessary, make-dist.sh uses git to determine a
default lisp-implmenetation-version.  We could just use -V to do that,
but I think it's best to have git so that the pipeline looks as much
like normal development as possible.

- - - - -


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 make gcc gcc-multilib time bc
+  - apt-get update -qq && apt-get install -y wget bzip2 make gcc gcc-multilib time bc git
   - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/04/cmucl-2017-04-x86-linux.tar.bz2
   - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/04/cmucl-2017-04-x86-linux.extra.tar.bz2
   - mkdir snapshot
@@ -9,4 +9,4 @@ test:
   script:
     - bin/build.sh -B boot-2017-04-1 -C "" -o ./snapshot/bin/lisp
     - bin/make-dist.sh -I dist-linux linux-4
-    - bin/run-tests.sh -l dist-linux/bin/lisp
+    - bin/run-tests.sh -l dist-linux/bin/lisp 2>&1 | tee test.log



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/3d227b6ba0ff577f2130d84d63f763d4c4a32cb6

---
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/3d227b6ba0ff577f2130d84d63f763d4c4a32cb6
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/20170903/c266a8ed/attachment.html>


More information about the cmucl-cvs mailing list