[Git][cmucl/cmucl][rtoy-refactor-ci-config] Set up dependencies some more
Raymond Toy
gitlab at common-lisp.net
Sat Sep 5 18:06:42 UTC 2020
Raymond Toy pushed to branch rtoy-refactor-ci-config at cmucl / cmucl
Commits:
08bbf9f9 by Raymond Toy at 2020-09-05T11:06:32-07:00
Set up dependencies some more
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -49,6 +49,9 @@ linux:test:
artifacts:
paths:
- ansi-test/test.out
+ needs:
+ - job: linux:build
+ artifacts: true
script:
- bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
- cd ansi-test
@@ -62,6 +65,9 @@ linux:benchmark:
artifacts:
paths:
- benchmarks/cl-bench/results
+ needs:
+ - job: linux:build
+ artifacts: true
script:
- cd ../benchmarks/cl-bench
- mkdir tmp
@@ -105,6 +111,9 @@ osx:test:
artifacts:
paths:
- ansi-test/test.out
+ needs:
+ - job: osx:build
+ artifacts: true
script:
- bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
- cd ansi-test
@@ -118,6 +127,9 @@ osx:benchmark:
artifacts:
paths:
- benchmarks/cl-bench/results
+ needs:
+ - job: osx:build
+ artifacts: true
script:
- cd ../benchmarks/cl-bench
- mkdir tmp
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/08bbf9f9b933cae2365c3f8733cf882ce468a97f
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/08bbf9f9b933cae2365c3f8733cf882ce468a97f
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/20200905/fc5bddfc/attachment-0001.htm>
More information about the cmucl-cvs
mailing list