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

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.
parent 68e97641
Branches issue-105-add-build-logs
No related tags found
1 merge request!75Fix #105: Include build logs in artifacts
Pipeline #3379 passed
...@@ -33,6 +33,9 @@ linux:build: ...@@ -33,6 +33,9 @@ linux:build:
artifacts: artifacts:
paths: paths:
- dist/ - dist/
- linux-2/*.log
- linux-3/*.log
- linux-4/*.log
needs: needs:
- job: linux:install - job: linux:install
artifacts: true artifacts: true
...@@ -117,6 +120,9 @@ osx:build: ...@@ -117,6 +120,9 @@ osx:build:
artifacts: artifacts:
paths: paths:
- dist/ - dist/
- darwin-2/*.log
- darwin-3/*.log
- darwin-4/*.log
needs: needs:
- job: osx:install - job: osx:install
artifacts: true 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