Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
bceadc02
Commit
bceadc02
authored
1 year ago
by
Krabs
Browse files
Options
Downloads
Plain Diff
Merge branch SRB2:next into expos-special
parents
c74163b3
dfd05c61
No related branches found
No related tags found
2 merge requests
!2355
fix newer versions of mixerx
,
!1993
Expose P_TouchSpecialThing to Lua
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+21
-0
21 additions, 0 deletions
.gitlab-ci.yml
with
21 additions
and
0 deletions
.gitlab-ci.yml
+
21
−
0
View file @
bceadc02
...
...
@@ -159,6 +159,9 @@ stages:
Debian testing GCC
:
stage
:
build
when
:
manual
image
:
debian:testing-slim
allow_failure
:
true
...
...
@@ -198,6 +201,8 @@ Debian testing GCC:
Windows x86
:
stage
:
build
when
:
on_success
artifacts
:
paths
:
-
"
bin/"
...
...
@@ -228,6 +233,8 @@ Windows x86:
Debian stable:amd64
:
stage
:
build
when
:
on_success
artifacts
:
paths
:
-
"
bin/"
...
...
@@ -270,6 +277,8 @@ Debian stable:amd64:
Debian stable:i386
:
stage
:
build
when
:
manual
artifacts
:
paths
:
-
"
bin/"
...
...
@@ -311,6 +320,8 @@ Debian stable:i386:
Debian stable:arm64
:
stage
:
build
when
:
manual
artifacts
:
paths
:
-
"
bin/"
...
...
@@ -353,6 +364,8 @@ Debian stable:arm64:
Windows x64
:
stage
:
build
when
:
manual
artifacts
:
paths
:
-
"
bin/"
...
...
@@ -383,6 +396,8 @@ Windows x64:
Debian stable Clang
:
stage
:
build
when
:
manual
allow_failure
:
true
artifacts
:
...
...
@@ -422,6 +437,8 @@ Debian stable Clang:
Debian stable musl
:
stage
:
build
when
:
manual
allow_failure
:
true
artifacts
:
...
...
@@ -459,6 +476,8 @@ Debian stable musl:
Debian testing Clang
:
extends
:
Debian stable Clang
when
:
manual
image
:
debian:testing-slim
artifacts
:
...
...
@@ -473,6 +492,8 @@ Debian testing Clang:
Debian testing musl
:
extends
:
Debian stable musl
when
:
manual
image
:
debian:testing-slim
artifacts
:
...
...
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