From 783c1b65afa34be645778cc17709c7d19e7ad565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Mon, 27 Jan 2020 19:37:45 +0100 Subject: [PATCH] Add 'linux' tag to runners --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0d42e9c5..cd3a58fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,6 +42,7 @@ gcc/Stretch: - make check tags: - shared + - linux artifacts: expire_in: 2 weeks when: on_failure @@ -66,6 +67,7 @@ Sanitizers/Stretch: - make check tags: - shared + - linux artifacts: expire_in: 2 weeks when: on_failure @@ -84,6 +86,7 @@ Scan-Build/Debian: - scan-build -v -enable-checker security,nullability --status-bugs -o scan-build make check tags: - shared + - linux except: - tags artifacts: @@ -99,6 +102,9 @@ MinGW/Debian: - ./bootstrap - ./configure $CONFIGURE_BASE_FLAGS --build=x86_64-pc-linux-gnu --host=$PREFIX - make -j$(nproc) + tags: + - shared + - linux dist/Stretch: image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$DEBIAN_BUILD @@ -109,6 +115,7 @@ dist/Stretch: - make -j$(nproc) dist tags: - shared + - linux artifacts: name: "$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA" expire_in: 2 weeks -- 2.25.0