Skip to content
Snippets Groups Projects
Commit 8e4a873c authored by Raymond Toy's avatar Raymond Toy
Browse files

Merge branch 'issue-105-add-build-logs' into 'master'

Fix #105: Include build logs in artifacts

Closes #105

See merge request cmucl/cmucl!75
parents 68e97641 73d6de93
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment