mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 04:21:23 +00:00
dfada161cc
The singular .gitlab-ci.yml is pretty beefy. Splitting it into smaller files by job and job template will make maintaining the individual jobs easier.
10 lines
191 B
YAML
10 lines
191 B
YAML
include:
|
|
- '.gitlab/ci/templates/*.yml'
|
|
- '.gitlab/ci/jobs/*.yml'
|
|
|
|
variables:
|
|
GIT_STRATEGY: clone
|
|
GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_CONCURRENT_ID/$CI_PROJECT_PATH
|
|
|
|
stages:
|
|
- build
|