Raymond Toy pushed to branch rtoy-rework-ci at cmucl / cmucl
Commits: c7a93905 by Raymond Toy at 2017-11-04T09:33:20-07:00 Set up stages
Let's see how that goes.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,9 @@ -linux-setup: +stages: + - setup + - build + - test + +setup: tags: - linux script: @@ -8,10 +13,14 @@ linux-setup: - mkdir snapshot - (cd snapshot; tar xjf ../cmucl-2017-10-x86-linux.tar.bz2; tar xjf ../cmucl-2017-10-x86-linux.extra.tar.bz2)
-test: +build: 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 \ No newline at end of file + - bin/make-dist.sh -I dist linux-4 + +test: + script: + - bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log +
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/c7a939054b26d5e25fbf46bf05...
--- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/c7a939054b26d5e25fbf46bf05... You're receiving this email because of your account on gitlab.common-lisp.net.