[Git][cmucl/cmucl][rtoy-refactor-ci-config] Add test.log to artifacts

Raymond Toy gitlab at common-lisp.net
Sat Sep 5 19:52:47 UTC 2020



Raymond Toy pushed to branch rtoy-refactor-ci-config at cmucl / cmucl


Commits:
ae2b154c by Raymond Toy at 2020-09-05T12:52:36-07:00
Add test.log to artifacts

Save the test.log from running our testsuite to the artifacts

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -49,6 +49,7 @@ linux:test:
   artifacts:
     paths:
       - ansi-test/test.out
+      - test.log
   needs:
     # Needs artifacts from install (ansi-test/) and build (dist/)
     - job: linux:install
@@ -115,6 +116,7 @@ osx:test:
   artifacts:
     paths:
       - ansi-test/test.out
+      - test.log
   needs:
     # Needs artifacts from install (ansi-test/) and build (dist/)
     - job: osx:install



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/ae2b154cdeac9b09541e69251b4da6dcd95f4583

-- 
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/ae2b154cdeac9b09541e69251b4da6dcd95f4583
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/07680900/attachment-0001.htm>


More information about the cmucl-cvs mailing list