mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-13 14:25:10 +00:00
26 lines
394 B
YAML
26 lines
394 B
YAML
include:
|
|
- '.gitlab/ci/templates/*.yml'
|
|
- '.gitlab/ci/jobs/*.yml'
|
|
|
|
workflow:
|
|
auto_cancel:
|
|
on_new_commit: interruptible
|
|
|
|
variables:
|
|
GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_CONCURRENT_ID/$CI_PROJECT_PATH
|
|
GIT_DEPTH: 20
|
|
|
|
stages:
|
|
- clang
|
|
- alpine
|
|
- oldstable
|
|
- stable
|
|
- batocera
|
|
- testing
|
|
- win32
|
|
- osxcross
|
|
|
|
default:
|
|
interruptible: true
|
|
artifacts:
|
|
expire_in: 1 day
|