2024-05-16 20:42:04 +00:00
|
|
|
include:
|
|
|
|
- '.gitlab/ci/templates/*.yml'
|
|
|
|
- '.gitlab/ci/jobs/*.yml'
|
|
|
|
|
2024-05-17 21:16:01 +00:00
|
|
|
workflow:
|
|
|
|
auto_cancel:
|
|
|
|
on_new_commit: interruptible
|
|
|
|
|
2023-10-15 17:30:07 +00:00
|
|
|
variables:
|
|
|
|
GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_CONCURRENT_ID/$CI_PROJECT_PATH
|
2024-05-16 20:42:04 +00:00
|
|
|
GIT_DEPTH: 20
|
2023-10-13 16:13:31 +00:00
|
|
|
|
2023-10-20 13:03:52 +00:00
|
|
|
stages:
|
2025-02-27 02:55:14 +00:00
|
|
|
- clang
|
|
|
|
- alpine
|
|
|
|
- oldstable
|
|
|
|
- stable
|
|
|
|
- batocera
|
|
|
|
- testing
|
|
|
|
- win32
|
2025-02-07 03:12:22 +00:00
|
|
|
- osxcross
|
2024-05-16 20:42:04 +00:00
|
|
|
|
|
|
|
default:
|
2024-05-17 21:16:01 +00:00
|
|
|
interruptible: true
|
2024-05-16 20:42:04 +00:00
|
|
|
artifacts:
|
|
|
|
expire_in: 1 day
|