Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Synchronet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
130
Issues
130
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main
Synchronet
Commits
3061523b
Commit
3061523b
authored
Nov 13, 2020
by
Rob Swindell
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added SyncTERM-FreeBSD build job (for reals).
Try capitalizing Linux tag.
parent
35e509f7
Pipeline
#649
canceled with stage
in 11 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
5 deletions
+15
-5
.gitlab-ci.yml
.gitlab-ci.yml
+15
-5
No files found.
.gitlab-ci.yml
View file @
3061523b
sbbs-linux
:
tags
:
[
l
inux
]
tags
:
[
L
inux
]
image
:
gcc
stage
:
build
script
:
...
...
@@ -14,7 +14,7 @@ sbbs-linux:
-
"
src/sbbs3/*/*.exe.release/*"
sexpots-linux
:
tags
:
[
l
inux
]
tags
:
[
L
inux
]
image
:
gcc
stage
:
build
script
:
...
...
@@ -26,7 +26,7 @@ sexpots-linux:
-
"
src/sexpots/*.exe.release/*"
syncterm-linux
:
tags
:
[
l
inux
]
tags
:
[
L
inux
]
image
:
gcc
stage
:
build
script
:
...
...
@@ -37,7 +37,6 @@ syncterm-linux:
paths
:
-
"
src/syncterm/*.exe.release/*"
sbbs-windows
:
tags
:
[
windows
]
...
...
@@ -91,9 +90,20 @@ syncterm-freebsd:
stage
:
build
script
:
-
cd src/syncterm
-
gmake
AR=mingw32-ar CC=mingw32-gcc CXX=mingw32-g++ RANLIB=mingw32-ranlib RELEASE=1 STATIC_CRYPTLIB=yes USE_SDL=1 VERBOSE=please WINDRES=mingw32-windres
-
gmake
RELEASE=1
artifacts
:
name
:
syncterm-freebsd-x64
paths
:
-
"
src/syncterm/*.exe.release/*"
syncterm-windows
:
tags
:
[
FreeBSD
]
stage
:
build
script
:
-
cd src/syncterm
-
gmake AR=mingw32-ar CC=mingw32-gcc CXX=mingw32-g++ RANLIB=mingw32-ranlib RELEASE=1 STATIC_CRYPTLIB=yes USE_SDL=1 VERBOSE=please WINDRES=mingw32-windres
artifacts
:
name
:
syncterm-win32
paths
:
-
"
src/syncterm/*.exe.release/*"
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment