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

Merge remote-tracking branch 'origin/master'

parents 8010a470 c64f14fb
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ sbbs-linux:
- make RELEASE=1 all
- make RELEASE=1 gtkutils
artifacts:
name: sbbs-linux-x64
paths:
- "src/sbbs3/*.exe.release/*"
- "src/sbbs3/*.lib.release/*"
......@@ -19,9 +20,10 @@ sexpots-linux:
image: gcc
stage: build
script:
- cd src/sexpots
- cd src/sexpots-x64
- make RELEASE=1
artifacts:
name: sexpots-linux
paths:
- "src/sexpots/*.exe.release/*"
......@@ -33,6 +35,7 @@ syncterm-linux:
- cd src/syncterm
- make RELEASE=1
artifacts:
name: syncterm-linux-x64
paths:
- "src/syncterm/*.exe.release/*"
......@@ -45,6 +48,7 @@ sbbs-windows:
- cd src/sbbs3
- .\release.bat
artifacts:
name: sbbs-win32
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