mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
15 lines
329 B
YAML
15 lines
329 B
YAML
Debian testing Clang:
|
|
extends: Debian stable Clang
|
|
|
|
when: manual
|
|
|
|
allow_failure: true
|
|
|
|
image: debian:testing-slim
|
|
|
|
artifacts:
|
|
paths:
|
|
- "build.cmake/bin/"
|
|
- "build.cmake/src/config.h"
|
|
expose_as: "testing-clang"
|
|
name: "$CI_PROJECT_PATH_SLUG-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA-testing-clang"
|