Skip to content
Snippets Groups Projects
Commit fa6eae8e authored by Raymond Toy's avatar Raymond Toy
Browse files

Merge branch 'master' into rtoy-rework-ci

# Conflicts:
#	.gitlab-ci.yml
parents 951e9c14 66bc460b
No related branches found
No related tags found
No related merge requests found
...@@ -3,12 +3,12 @@ linux-runner: ...@@ -3,12 +3,12 @@ linux-runner:
- linux - linux
before_script: before_script:
- apt-get update -qq && apt-get install -y wget bzip2 make gcc gcc-multilib time bc git - 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/release/21c/cmucl-21c-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.extra.tar.bz2
- mkdir snapshot - 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: 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/make-dist.sh -I dist linux-4
- bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log - bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment