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
eba88672
Commit
eba88672
authored
1 year ago
by
Deucе
Browse files
Options
Downloads
Patches
Plain Diff
If it needs libsbbs, it needs spidermonkey (except for gtkuserlist?)
parent
a0b966eb
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!455
Update branch with changes from master
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci-unix.yml
+6
-2
6 additions, 2 deletions
.gitlab-ci-unix.yml
with
6 additions
and
2 deletions
.gitlab-ci-unix.yml
+
6
−
2
View file @
eba88672
# TODO: Add support for GTK utilities
# The bad touching needs to be solved in the build system, but
# TODO: The bad touching needs to be solved in the build system, but
# maybe there's a way to automate it with needs?
# Build the various sbbs libraries separately as well.
spec
:
inputs
:
...
...
@@ -497,6 +497,7 @@ spec:
-
touch xpdev-mt
-
touch smblib
-
touch cl
-
touch js
-
gmake $[[ inputs.build_flags ]] $BUILD_ARGS
artifacts
:
name
:
"
gtkmonitor-$[[
inputs.os
]]-$[[
inputs.platform
]]"
...
...
@@ -507,6 +508,7 @@ spec:
-
job
:
"
$[[
inputs.os
]]-$[[
inputs.platform
]]
[xpdev]"
-
job
:
"
$[[
inputs.os
]]-$[[
inputs.platform
]]
[smblib]"
-
job
:
"
$[[
inputs.os
]]-$[[
inputs.platform
]]
[sbbs]"
-
job
:
"
$[[
inputs.os
]]-$[[
inputs.platform
]]
[spidermonkey]"
rules
:
-
if
:
'
"$[[
inputs.has_gtk
]]"
==
"no"'
when
:
never
...
...
@@ -522,12 +524,14 @@ spec:
-
touch xpdev-mt
-
touch smblib
-
touch cl
-
touch js
-
gmake $[[ inputs.build_flags ]] $BUILD_ARGS
artifacts
:
name
:
"
gtkuseredit-$[[
inputs.os
]]-$[[
inputs.platform
]]"
paths
:
-
"
src/sbbs3/gtkuseredit/*.exe.release/*"
needs
:
-
job
:
"
$[[
inputs.os
]]-$[[
inputs.platform
]]
[spidermonkey]"
-
job
:
"
$[[
inputs.os
]]-$[[
inputs.platform
]]
[cryptlib]"
-
job
:
"
$[[
inputs.os
]]-$[[
inputs.platform
]]
[xpdev]"
-
job
:
"
$[[
inputs.os
]]-$[[
inputs.platform
]]
[smblib]"
...
...
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