Raymond Toy pushed to branch master at cmucl / cmucl
Commits: 70bdb7b9 by Raymond Toy at 2017-10-10T21:39:19-07:00 Update paths for snapshot-2017-10
Download the 2017-10 binaries and update build.sh options to build with this snapshot.
- - - - -
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/04/cmucl-2017... - - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/04/cmucl-2017... + - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/10/cmucl-2017... + - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/10/cmucl-2017... - mkdir snapshot - - (cd snapshot; tar xjf ../cmucl-2017-04-x86-linux.tar.bz2; tar xjf ../cmucl-2017-04-x86-linux.extra.tar.bz2) + - (cd snapshot; tar xjf ../cmucl-2017-10-x86-linux.tar.bz2; tar xjf ../cmucl-2017-10-x86-linux.extra.tar.bz2)
test: script: - - bin/build.sh -B boot-2017-04-1 -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/70bdb7b9204de6b8ef4fe0963c...
--- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/70bdb7b9204de6b8ef4fe0963c... You're receiving this email because of your account on gitlab.common-lisp.net.