[Git][cmucl/cmucl][master] 2 commits: Fix #105: Include build logs in artifacts

Raymond Toy gitlab at common-lisp.net
Sat Apr 10 21:24:43 UTC 2021



Raymond Toy pushed to branch master at cmucl / cmucl


Commits:
73d6de93 by Raymond Toy at 2021-04-10T11:03:40-07:00
Fix #105: Include build logs in artifacts

Include the build logs in the artifacts so we can examine the logs to
see what happened when a build fails.

- - - - -
8e4a873c by Raymond Toy at 2021-04-10T21:24:37+00:00
Merge branch 'issue-105-add-build-logs' into 'master'

Fix #105: Include build logs in artifacts

Closes #105

See merge request cmucl/cmucl!75
- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -33,6 +33,9 @@ linux:build:
   artifacts:
     paths:
       - dist/
+      - linux-2/*.log
+      - linux-3/*.log
+      - linux-4/*.log
   needs:
     - job: linux:install
       artifacts: true
@@ -117,6 +120,9 @@ osx:build:
   artifacts:
     paths:
       - dist/
+      - darwin-2/*.log
+      - darwin-3/*.log
+      - darwin-4/*.log
   needs:
     - job: osx:install
       artifacts: true



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/68e9764118c8f4b743d5b008f196049c7ab5390e...8e4a873cc12919244b3e8e73bed2f6b1366d34d4

-- 
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/68e9764118c8f4b743d5b008f196049c7ab5390e...8e4a873cc12919244b3e8e73bed2f6b1366d34d4
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/20210410/c1f00fd2/attachment-0001.html>


More information about the cmucl-cvs mailing list