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:
tags:
- cmake
- build
- docker
- linux
.linux_builder_tags_qt:
tags:
- cmake
- build
- docker
- linux
@@ -112,6 +114,7 @@
.linux_builder_tags_cuda:
tags:
- cmake
- cuda-rt
- docker
- linux