gitlab-ci: add 'cmake' tag to all jobs

This will give us more granular control over which runners
accept jobs for CMake.
This commit is contained in:
Brad King
2020-08-11 13:17:14 -04:00
parent 63a65baf4c
commit 778ea72b59

View File

@@ -99,12 +99,14 @@
.linux_builder_tags: .linux_builder_tags:
tags: tags:
- cmake
- build - build
- docker - docker
- linux - linux
.linux_builder_tags_qt: .linux_builder_tags_qt:
tags: tags:
- cmake
- build - build
- docker - docker
- linux - linux
@@ -112,6 +114,7 @@
.linux_builder_tags_cuda: .linux_builder_tags_cuda:
tags: tags:
- cmake
- cuda-rt - cuda-rt
- docker - docker
- linux - linux