[Git][cmucl/cmucl][rtoy-rework-ci] Fix syntax errors.
Raymond Toy
rtoy at common-lisp.net
Sat Nov 4 16:27:04 UTC 2017
Raymond Toy pushed to branch rtoy-rework-ci at cmucl / cmucl
Commits:
087c0b7c by Raymond Toy at 2017-11-04T09:26:51-07:00
Fix syntax errors.
Validated via ci lint.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,14 +1,17 @@
-before_script:
- tags: linux
- - 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/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)
+linux-setup:
+ tags:
+ - linux
+ 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/10/cmucl-2017-10-x86-linux.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:
- tags: linux
+ tags:
+ - linux
script:
- bin/build.sh -B boot-21c -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
+ - bin/run-tests.sh -l dist-linux/bin/lisp 2>&1 | tee test.log
\ No newline at end of file
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/087c0b7c8b7fc21f6adab334f55c77cba522fc7b
---
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/087c0b7c8b7fc21f6adab334f55c77cba522fc7b
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/20171104/80577dbd/attachment-0001.html>
More information about the cmucl-cvs
mailing list