[Git][cmucl/cmucl][rtoy-gitlab-ci] Install wget
Raymond Toy
rtoy at common-lisp.net
Sat Sep 2 20:25:55 UTC 2017
Raymond Toy pushed to branch rtoy-gitlab-ci at cmucl / cmucl
Commits:
0a87366f by Raymond Toy at 2017-09-02T13:25:43-07:00
Install wget
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,5 @@
before_script:
+ - apt-get update -qq && apt-get install -y wget
- wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016-09-x86-linux.tar.bz2
- tar xjf 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
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/0a87366f1b8988700d3783b6d6151467c45dc38d
---
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/0a87366f1b8988700d3783b6d6151467c45dc38d
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/73eb01b2/attachment.html>
More information about the cmucl-cvs
mailing list