SRB2/.gitlab-ci.yml

21 lines
323 B
YAML
Raw Normal View History

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
2024-05-16 20:42:04 +00:00
GIT_DEPTH: 20
2023-10-20 13:03:52 +00:00
stages:
- build
- osxcross
default:
interruptible: true
artifacts:
expire_in: 1 day