[Git][cmucl/cmucl][rtoy-rework-ci] 2 commits: Download the 21c release for CI
Raymond Toy
rtoy at common-lisp.net
Sat Nov 4 23:24:39 UTC 2017
Raymond Toy pushed to branch rtoy-rework-ci at cmucl / cmucl
Commits:
66bc460b by Raymond Toy at 2017-11-03T10:04:36-07:00
Download the 21c release for CI
- - - - -
fa6eae8e by Raymond Toy at 2017-11-04T16:24:23-07:00
Merge branch 'master' into rtoy-rework-ci
# Conflicts:
# .gitlab-ci.yml
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,12 +3,12 @@ linux-runner:
- linux
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)
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-4
- bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/compare/951e9c14376dc76de83ddbf126fb2accc15ff794...fa6eae8e7fb7cce05505e7a26b749bdeb577f8a1
---
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/compare/951e9c14376dc76de83ddbf126fb2accc15ff794...fa6eae8e7fb7cce05505e7a26b749bdeb577f8a1
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/20171104/3c10ecd1/attachment.html>
More information about the cmucl-cvs
mailing list