Skip to content
Snippets Groups Projects
Commit 9158ff65 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Disable artifact passing in sbbs-windows build

I want all the artifacts (e.g. DLLs, EXEs) included in all artifact archives.
Per https://docs.gitlab.com/ee/ci/pipelines/job_artifacts.html,
"To disable artifact passing, define the job with empty dependencies"
So I think this is the right thing to do to accomplish what I want.
parent 7e320d92
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,7 @@ sbbs-windows:
- make
artifacts:
name: sbbs-win32
dependencies: []
paths:
- "src/sbbs3/*.exe.release/*.exe"
- "src/sbbs3/*.dll.release/*.dll"
......
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