GitLab CI: move back to only 2 stages, build and osxcross

This commit is contained in:
Alam Ed Arias 2025-02-28 21:09:33 -05:00
parent fc7768fad9
commit aebc3ff558
24 changed files with 24 additions and 30 deletions

View file

@ -11,13 +11,7 @@ variables:
GIT_DEPTH: 20
stages:
- clang
- alpine
- oldstable
- stable
- batocera
- testing
- win32
- build
- osxcross
default:

View file

@ -1,5 +1,5 @@
Alpine 3 GCC Makefile:
stage: alpine
stage: build
when: manual

View file

@ -1,5 +1,5 @@
Alpine 3 GCC:
stage: alpine
stage: build
when: manual

View file

@ -1,7 +1,7 @@
batocera:arm64 Makefile:
extends: Debian stable:arm64 Makefile
stage: batocera
stage: build
when: manual

View file

@ -1,7 +1,7 @@
batocera:arm64:
extends: Debian stable:arm64
stage: batocera
stage: build
when: manual

View file

@ -1,7 +1,7 @@
Debian oldstable:amd64 Makefile:
extends: Debian stable:amd64 Makefile
stage: oldstable
stage: build
when: manual

View file

@ -1,7 +1,7 @@
Debian oldstable:amd64:
extends: Debian stable:amd64
stage: oldstable
stage: build
when: manual

View file

@ -1,7 +1,7 @@
Debian oldstable:arm64 Makefile:
extends: Debian stable:arm64 Makefile
stage: oldstable
stage: build
when: manual

View file

@ -1,7 +1,7 @@
Debian oldstable:arm64:
extends: Debian stable:arm64
stage: oldstable
stage: build
when: manual

View file

@ -1,7 +1,7 @@
Debian stable:amd64 Makefile:
extends: .srb2ci
stage: stable
stage: build
artifacts:
paths:

View file

@ -1,7 +1,7 @@
Debian stable:amd64:
extends: .srb2ci
stage: stable
stage: build
artifacts:
paths:

View file

@ -1,7 +1,7 @@
Debian stable:arm64 Makefile:
extends: .srb2ci
stage: stable
stage: build
when: manual

View file

@ -1,7 +1,7 @@
Debian stable:arm64:
extends: .srb2ci
stage: stable
stage: build
when: manual

View file

@ -1,7 +1,7 @@
Debian stable Clang:
extends: .srb2ci
stage: clang
stage: build
when: on_success

View file

@ -1,7 +1,7 @@
Debian stable:i386 Makefile:
extends: .srb2ci
stage: stable
stage: build
when: manual

View file

@ -1,7 +1,7 @@
Debian stable:i386:
extends: .srb2ci
stage: stable
stage: build
when: manual

View file

@ -1,7 +1,7 @@
Debian testing GCC Makefile:
extends: .srb2ci
stage: testing
stage: build
when: manual

View file

@ -1,7 +1,7 @@
Debian testing GCC:
extends: .srb2ci
stage: testing
stage: build
when: manual

View file

@ -1,7 +1,7 @@
osxcross arm64:
extends: .srb2ci
stage: osxcross
stage: build
artifacts:
paths:

View file

@ -1,7 +1,7 @@
osxcross x86_64:
extends: .srb2ci
stage: osxcross
stage: build
artifacts:
paths:

View file

@ -1,7 +1,7 @@
Windows x64 Makefile:
extends: .srb2ci
stage: win32
stage: build
when: manual

View file

@ -1,7 +1,7 @@
Windows x64:
extends: .srb2ci
stage: win32
stage: build
when: manual

View file

@ -1,7 +1,7 @@
Windows x86 Makefile:
extends: .srb2ci
stage: win32
stage: build
when: on_success

View file

@ -1,7 +1,7 @@
Windows x86:
extends: .srb2ci
stage: win32
stage: build
cache:
- key: ccache-$CI_JOB_NAME_SLUG-$CI_COMMIT_REF_SLUG