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

Filter out non executables/DLLs from Windows build artifacts.

Remove archive names (uses build names by default?).
Remove "build-" from build names.
parent 662a7e80
No related branches found
No related tags found
No related merge requests found
build-sbbs-linux: sbbs-linux:
tags: [linux] tags: [linux]
image: gcc image: gcc
stage: build stage: build
...@@ -9,13 +9,12 @@ build-sbbs-linux: ...@@ -9,13 +9,12 @@ build-sbbs-linux:
- make RELEASE=1 all - make RELEASE=1 all
- make RELEASE=1 gtkutils - make RELEASE=1 gtkutils
artifacts: artifacts:
name: sbbs
paths: paths:
- "src/sbbs3/*.exe.release/*" - "src/sbbs3/*.exe.release/*"
- "src/sbbs3/*.lib.release/*" - "src/sbbs3/*.lib.release/*"
- "src/sbbs3/*/*.exe.release/*" - "src/sbbs3/*/*.exe.release/*"
build-sexpots-linux: sexpots-linux:
tags: [linux] tags: [linux]
image: gcc image: gcc
stage: build stage: build
...@@ -23,11 +22,10 @@ build-sexpots-linux: ...@@ -23,11 +22,10 @@ build-sexpots-linux:
- cd src/sexpots - cd src/sexpots
- make RELEASE=1 - make RELEASE=1
artifacts: artifacts:
name: sexpots
paths: paths:
- "src/sexpots/*.exe.release/*" - "src/sexpots/*.exe.release/*"
build-syncterm-linux: syncterm-linux:
tags: [linux] tags: [linux]
image: gcc image: gcc
stage: build stage: build
...@@ -35,12 +33,11 @@ build-syncterm-linux: ...@@ -35,12 +33,11 @@ build-syncterm-linux:
- cd src/syncterm - cd src/syncterm
- make RELEASE=1 - make RELEASE=1
artifacts: artifacts:
name: syncterm
paths: paths:
- "src/syncterm/*.exe.release/*" - "src/syncterm/*.exe.release/*"
build-sbbs-windows: sbbs-windows:
tags: [windows] tags: [windows]
stage: build stage: build
...@@ -48,8 +45,7 @@ build-sbbs-windows: ...@@ -48,8 +45,7 @@ build-sbbs-windows:
- cd src/sbbs3 - cd src/sbbs3
- .\release.bat - .\release.bat
artifacts: artifacts:
name: sbbs
paths: paths:
- "src/sbbs3/*.exe.release/*" - "src/sbbs3/*.exe.release/*.exe"
- "src/sbbs3/*.dll.release/*" - "src/sbbs3/*.dll.release/*.dll"
- "src/sbbs3/*/*.exe.release/*" - "src/sbbs3/*/*.exe.release/*.exe"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment