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

Added SyncTERM-MSVC (Windows) build

parent 7b240f2a
Branches
Tags
No related merge requests found
...@@ -82,6 +82,18 @@ sexpots-windows: ...@@ -82,6 +82,18 @@ sexpots-windows:
paths: paths:
- "src/sexpots/Release/*.exe" - "src/sexpots/Release/*.exe"
syncterm-msvc:
tags: [Windows]
stage: build
extends: .rules
script:
- cd src/syncterm
- .\release.bat
artifacts:
name: syncterm-msvc
paths:
- "src/syncterm/Release/*.exe"
sbbs-freebsd: sbbs-freebsd:
tags: [FreeBSD] tags: [FreeBSD]
stage: build stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment