mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
Update .gitlab-ci.yml file
Limit builds to just "Windows x86" and "Debian stable:amd64", all other builds can be started manually
This commit is contained in:
parent
bea48012c4
commit
7643ffadbc
1 changed files with 21 additions and 0 deletions
|
@ -159,6 +159,9 @@ stages:
|
||||||
|
|
||||||
Debian testing GCC:
|
Debian testing GCC:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
||||||
|
when: manual
|
||||||
|
|
||||||
image: debian:testing-slim
|
image: debian:testing-slim
|
||||||
|
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
@ -198,6 +201,8 @@ Debian testing GCC:
|
||||||
Windows x86:
|
Windows x86:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
||||||
|
when: on_success
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- "bin/"
|
- "bin/"
|
||||||
|
@ -228,6 +233,8 @@ Windows x86:
|
||||||
Debian stable:amd64:
|
Debian stable:amd64:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
||||||
|
when: on_success
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- "bin/"
|
- "bin/"
|
||||||
|
@ -270,6 +277,8 @@ Debian stable:amd64:
|
||||||
Debian stable:i386:
|
Debian stable:i386:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
||||||
|
when: manual
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- "bin/"
|
- "bin/"
|
||||||
|
@ -311,6 +320,8 @@ Debian stable:i386:
|
||||||
Debian stable:arm64:
|
Debian stable:arm64:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
||||||
|
when: manual
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- "bin/"
|
- "bin/"
|
||||||
|
@ -353,6 +364,8 @@ Debian stable:arm64:
|
||||||
Windows x64:
|
Windows x64:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
||||||
|
when: manual
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- "bin/"
|
- "bin/"
|
||||||
|
@ -383,6 +396,8 @@ Windows x64:
|
||||||
Debian stable Clang:
|
Debian stable Clang:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
||||||
|
when: manual
|
||||||
|
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
|
@ -422,6 +437,8 @@ Debian stable Clang:
|
||||||
Debian stable musl:
|
Debian stable musl:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
||||||
|
when: manual
|
||||||
|
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
|
@ -459,6 +476,8 @@ Debian stable musl:
|
||||||
Debian testing Clang:
|
Debian testing Clang:
|
||||||
extends: Debian stable Clang
|
extends: Debian stable Clang
|
||||||
|
|
||||||
|
when: manual
|
||||||
|
|
||||||
image: debian:testing-slim
|
image: debian:testing-slim
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
|
@ -473,6 +492,8 @@ Debian testing Clang:
|
||||||
Debian testing musl:
|
Debian testing musl:
|
||||||
extends: Debian stable musl
|
extends: Debian stable musl
|
||||||
|
|
||||||
|
when: manual
|
||||||
|
|
||||||
image: debian:testing-slim
|
image: debian:testing-slim
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in a new issue