Beginned with new building system .gitlab-ci.yml can now be generated by the script assemble-gitlab-ci.py. Therefore the .gitlab-ci.yml configuration file can be split into several smaller files
9 lines
198 B
YAML
9 lines
198 B
YAML
{linux-template-build-job.yml, BUILDTYPE=debug}
|
|
|
|
{linux-template-test-job.yml, BUILDTYPE=debug}
|
|
|
|
{linux-template-build-job.yml, BUILDTYPE=release}
|
|
|
|
{linux-template-test-job.yml, BUILDTYPE=release}
|
|
|