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

Don't include .obj.release dir in artifacts (you don't need no stinking .o/.d files).

parent 6851910b
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #403 passed
...@@ -19,8 +19,9 @@ build-sbbs: ...@@ -19,8 +19,9 @@ build-sbbs:
artifacts: artifacts:
name: sbbs name: sbbs
paths: paths:
- "src/sbbs3/*.release/*" - "src/sbbs3/*.exe.release/*"
- "src/sbbs3/*/*.release/*" - "src/sbbs3/*.lib.release/*"
- "src/sbbs3/*/*.exe.release/*"
build-sexpots: build-sexpots:
stage: build stage: build
...@@ -34,7 +35,7 @@ build-sexpots: ...@@ -34,7 +35,7 @@ build-sexpots:
artifacts: artifacts:
name: sexpots name: sexpots
paths: paths:
- "src/sexpots/*.release/*" - "src/sexpots/*.exe.release/*"
build-syncterm: build-syncterm:
stage: build stage: build
...@@ -48,7 +49,7 @@ build-syncterm: ...@@ -48,7 +49,7 @@ build-syncterm:
artifacts: artifacts:
name: syncterm name: syncterm
paths: paths:
- "src/syncterm/*.release/*" - "src/syncterm/*.exe.release/*"
# run tests using the binary built before # run tests using the binary built before
#test: #test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment