[Git][cmucl/cmucl][master] Use the 2018-03 snapshots for testing.
Raymond Toy
rtoy at common-lisp.net
Sat Mar 3 22:31:01 UTC 2018
Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
52a93a05 by Raymond Toy at 2018-03-03T14:30:47-08:00
Use the 2018-03 snapshots for testing.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
variables:
- download_url: "https://common-lisp.net/project/cmucl/downloads/snapshots/2018/01"
- version: "2018-01-x86"
+ download_url: "https://common-lisp.net/project/cmucl/downloads/snapshots/2018/03"
+ version: "2018-03-x86"
linux-runner:
tags:
@@ -12,7 +12,7 @@ linux-runner:
- mkdir snapshot
- (cd snapshot; tar xjf ../cmucl-$version-linux.tar.bz2; tar xjf ../cmucl-$version-linux.extra.tar.bz2)
script:
- - bin/build.sh -B boot-2018-02-1 -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
@@ -24,6 +24,6 @@ osx-runner:
- mkdir snapshot
- (cd snapshot; tar xjf ../cmucl-$version-darwin.tar.bz2)
script:
- - bin/build.sh -B boot-2018-02-1 -C "" -o snapshot/bin/lisp
+ - bin/build.sh -C "" -o snapshot/bin/lisp
- bin/make-dist.sh -I dist darwin-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/commit/52a93a052ba57908d30861466fa5372e8fc1c0da
---
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/52a93a052ba57908d30861466fa5372e8fc1c0da
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/20180303/2031561e/attachment-0001.html>
More information about the cmucl-cvs
mailing list