[Git][cmucl/cmucl][master] Download the 21c release for CI
Raymond Toy
rtoy at common-lisp.net
Fri Nov 3 17:04:56 UTC 2017
Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
66bc460b by Raymond Toy at 2017-11-03T10:04:36-07:00
Download the 21c release for CI
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,12 +1,12 @@
before_script:
- 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/10/cmucl-2017-10-x86-linux.tar.bz2
- - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/10/cmucl-2017-10-x86-linux.extra.tar.bz2
+ - wget -nv https://common-lisp.net/project/cmucl/downloads/release/21c/cmucl-21c-x86-linux.tar.bz2
+ - wget -nv https://common-lisp.net/project/cmucl/downloads/release/21c/cmucl-21c-x86-linux.extra.tar.bz2
- mkdir snapshot
- - (cd snapshot; tar xjf ../cmucl-2017-10-x86-linux.tar.bz2; tar xjf ../cmucl-2017-10-x86-linux.extra.tar.bz2)
+ - (cd snapshot; tar xjf ../cmucl-21c-x86-linux.tar.bz2; tar xjf ../cmucl-21c-x86-linux.extra.tar.bz2)
test:
script:
- - bin/build.sh -B boot-21c -C "" -o ./snapshot/bin/lisp
+ - bin/build.sh -C "" -o ./snapshot/bin/lisp
- bin/make-dist.sh -I dist-linux linux-4
- 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/66bc460bc6b9f31763e06143ed83bc69e4b6fbcb
---
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/66bc460bc6b9f31763e06143ed83bc69e4b6fbcb
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/20171103/f6b3a1b2/attachment.html>
More information about the cmucl-cvs
mailing list