mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
Add FreeBSD 11 GitLab CI Runner
This commit is contained in:
@@ -88,6 +88,14 @@ stages:
|
||||
image: "$CI_REGISTRY_IMAGE:ubuntu-bionic-i386"
|
||||
<<: *linux_i386
|
||||
|
||||
# FreeBSD
|
||||
|
||||
.freebsd-12-amd64: &freebsd_12_amd64_image
|
||||
tags:
|
||||
- freebsd12
|
||||
- amd64
|
||||
allow_failure: true
|
||||
|
||||
### Job Templates
|
||||
|
||||
.default-triggering-rules: &default_triggering_rules
|
||||
@@ -423,6 +431,24 @@ unit:gcc:bionic:amd64:
|
||||
dependencies:
|
||||
- gcc:bionic:amd64
|
||||
|
||||
# Jobs for default CC builds on FreeBSD 12 (amd64)
|
||||
|
||||
clang:freebsd12:amd64:
|
||||
<<: *freebsd_12_amd64_image
|
||||
<<: *build_job
|
||||
|
||||
system:clang:freebsd12:amd64:
|
||||
<<: *freebsd_12_amd64_image
|
||||
<<: *system_test_job
|
||||
dependencies:
|
||||
- clang:freebsd12:amd64
|
||||
|
||||
unit:clang:freebsd12:amd64:
|
||||
<<: *freebsd_12_amd64_image
|
||||
<<: *unit_test_job
|
||||
dependencies:
|
||||
- clang:freebsd12:amd64
|
||||
|
||||
# Jobs for GCC builds with ASAN enabled on Debian Sid (amd64)
|
||||
|
||||
asan:sid:amd64:
|
||||
|
Reference in New Issue
Block a user