Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
ace559d2
Commit
ace559d2
authored
4 years ago
by
Rob Swindell
Browse files
Options
Downloads
Patches
Plain Diff
Add sexpots-windows build.
Fix sexpots-linux build issue introduced in previous commit.
parent
978bef64
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+14
-4
14 additions, 4 deletions
.gitlab-ci.yml
with
14 additions
and
4 deletions
.gitlab-ci.yml
+
14
−
4
View file @
ace559d2
...
...
@@ -4,8 +4,6 @@ sbbs-linux:
stage
:
build
script
:
-
cd src/sbbs3
-
make all
-
make gtkutils
-
make RELEASE=1 all
-
make RELEASE=1 gtkutils
artifacts
:
...
...
@@ -20,10 +18,10 @@ sexpots-linux:
image
:
gcc
stage
:
build
script
:
-
cd src/sexpots
-x64
-
cd src/sexpots
-
make RELEASE=1
artifacts
:
name
:
sexpots-linux
name
:
sexpots-linux
-x64
paths
:
-
"
src/sexpots/*.exe.release/*"
...
...
@@ -53,3 +51,15 @@ sbbs-windows:
-
"
src/sbbs3/*.exe.release/*.exe"
-
"
src/sbbs3/*.dll.release/*.dll"
-
"
src/sbbs3/*/*.exe.release/*.exe"
sexpots-windows
:
tags
:
[
windows
]
stage
:
build
script
:
-
cd src/sexpots
-
.\release.bat
artifacts
:
name
:
sexpots-win32
paths
:
-
"
src/sexpots/Release/*.exe"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment