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

Fix syntax errors.

Validated via ci lint.
parent 4bb76458
No related branches found
No related tags found
No related merge requests found
before_script: linux-setup:
tags: linux tags:
- apt-get update -qq && apt-get install -y wget bzip2 make gcc gcc-multilib time bc git - linux
- wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/10/cmucl-2017-10-x86-linux.tar.bz2 script:
- wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/10/cmucl-2017-10-x86-linux.extra.tar.bz2 - apt-get update -qq && apt-get install -y wget bzip2 make gcc gcc-multilib time bc git
- mkdir snapshot - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/10/cmucl-2017-10-x86-linux.tar.bz2
- (cd snapshot; tar xjf ../cmucl-2017-10-x86-linux.tar.bz2; tar xjf ../cmucl-2017-10-x86-linux.extra.tar.bz2) - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/10/cmucl-2017-10-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)
test: test:
tags: linux tags:
- linux
script: script:
- bin/build.sh -B boot-21c -C "" -o ./snapshot/bin/lisp - bin/build.sh -B boot-21c -C "" -o ./snapshot/bin/lisp
- bin/make-dist.sh -I dist-linux linux-4 - bin/make-dist.sh -I dist-linux linux-4
- bin/run-tests.sh -l dist-linux/bin/lisp 2>&1 | tee test.log - bin/run-tests.sh -l dist-linux/bin/lisp 2>&1 | tee test.log
\ No newline at end of file
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