Raymond Toy pushed to branch rtoy-gitlab-ci at cmucl / cmucl
Commits: 373aaa60 by Raymond Toy at 2017-09-02T13:43:43-07:00 Build cmucl and run tests
Update snapshot to 2017-04 snapshot too.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,14 @@ before_script: - apt-get update -qq && apt-get install -y wget bzip2 git make gcc gcc-multilib - - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016... - - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016... + - 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... - mkdir snapshot - (cd snapshot; tar xjf ../cmucl-2016-09-x86-linux.tar.bz2; tar xjf ../cmucl-2016-09-x86-linux.extra.tar.bz2) - git clone https://gitlab.common-lisp.net/cmucl/cmucl.git
test: script: - - ls + - cd cmucl + - bin/build.sh -B boot-2017-04-1 -C "" -o ../snapshot/bin/lisp + - bin/make-dist.sh -I dist-linux linux-4 + - bin/run-tests.sh -l dist-linux/bin/lisp
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/373aaa600fa5f24b748a0137b6...
--- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/373aaa600fa5f24b748a0137b6... You're receiving this email because of your account on gitlab.common-lisp.net.