aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2021-05-27 10:02:09 +0200
committerAndreas Schneider <asn@cryptomilk.org>2021-05-27 13:25:02 +0200
commitae44d846b86d495e4e8d68a33bcc2532365e6ac5 (patch)
tree8e57b009b9f69ce04af32e80006e5bdc3817ccac
parentdfcf793a9fdfbcd576ffc6fcd046b7173714a255 (diff)
downloadlibssh-ae44d846b86d495e4e8d68a33bcc2532365e6ac5.tar.gz
libssh-ae44d846b86d495e4e8d68a33bcc2532365e6ac5.tar.xz
libssh-ae44d846b86d495e4e8d68a33bcc2532365e6ac5.zip
gitlab-ci: Enable new freebsd runner
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1ea55cbc..7a61e385 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -375,7 +375,7 @@ tumbleweed/static-analysis:
###############################################################################
# That is a specific runner that we cannot enable universally.
# We restrict it to builds under the $BUILD_IMAGES_PROJECT project.
-.freebsd/x86_64:
+freebsd/x86_64:
image:
extends: .tests
before_script:
@@ -394,6 +394,7 @@ tumbleweed/static-analysis:
make &&
ctest --output-on-failure
tags:
+ - private
- freebsd
only:
- branches@libssh/libssh-mirror