1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-23 11:32:25 +03:00

gitlab-ci: Enable new freebsd runner

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
Andreas Schneider
2021-05-27 10:02:09 +02:00
parent dfcf793a9f
commit ae44d846b8

View File

@@ -375,7 +375,7 @@ tumbleweed/static-analysis:
############################################################################### ###############################################################################
# That is a specific runner that we cannot enable universally. # That is a specific runner that we cannot enable universally.
# We restrict it to builds under the $BUILD_IMAGES_PROJECT project. # We restrict it to builds under the $BUILD_IMAGES_PROJECT project.
.freebsd/x86_64: freebsd/x86_64:
image: image:
extends: .tests extends: .tests
before_script: before_script:
@@ -394,6 +394,7 @@ tumbleweed/static-analysis:
make && make &&
ctest --output-on-failure ctest --output-on-failure
tags: tags:
- private
- freebsd - freebsd
only: only:
- branches@libssh/libssh-mirror - branches@libssh/libssh-mirror