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
126
Issues
126
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
bfcb51f8
Commit
bfcb51f8
authored
Nov 17, 2020
by
Deucе
👌🏾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add SyncDraw builds for FreeBSD and Linux, fix FreeBSD artifacts.
The AMD64 platform on FreeBSD is called amd64, not x64.
parent
61d3c0d5
Pipeline
#674
passed with stage
in 10 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
3 deletions
+25
-3
.gitlab-ci.yml
.gitlab-ci.yml
+25
-3
No files found.
.gitlab-ci.yml
View file @
bfcb51f8
...
...
@@ -77,7 +77,7 @@ sbbs-freebsd:
-
cd src/sbbs3
-
gmake RELEASE=1 all
artifacts
:
name
:
sbbs-freebsd-
x
64
name
:
sbbs-freebsd-
amd
64
paths
:
-
"
src/sbbs3/*.exe.release/*"
-
"
src/sbbs3/*.lib.release/*"
...
...
@@ -90,7 +90,7 @@ syncterm-freebsd:
-
cd src/syncterm
-
gmake RELEASE=1
artifacts
:
name
:
syncterm-freebsd-
x
64
name
:
syncterm-freebsd-
amd
64
paths
:
-
"
src/syncterm/*.exe.release/*"
...
...
@@ -104,4 +104,26 @@ syncterm-windows:
name
:
syncterm-win32
paths
:
-
"
src/syncterm/*.exe.release/*"
\ No newline at end of file
syncdraw-freebsd
:
tags
:
[
FreeBSD
]
stage
:
build
script
:
-
cd src/syncdraw
-
gmake RELEASE=1
artifacts
:
name
:
syncdraw-freebsd-amd64
paths
:
-
"
src/syncdraw/*.exe.release/*"
syncdraw-linux
:
tags
:
[
Linux
]
image
:
gcc
stage
:
build
script
:
-
cd src/syncdraw
-
gmake RELEASE=1
artifacts
:
name
:
syncdraw-linux-x64
paths
:
-
"
src/syncdraw/*.exe.release/*"
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