CI: Try new workers
This commit is contained in:
parent
543c8ba097
commit
ff38ee5986
1 changed files with 41 additions and 0 deletions
|
@ -684,3 +684,44 @@ test-kernel-learn:
|
||||||
<<: *test-base
|
<<: *test-base
|
||||||
variables:
|
variables:
|
||||||
TEST_NAME: cf-kernel-learn
|
TEST_NAME: cf-kernel-learn
|
||||||
|
|
||||||
|
|
||||||
|
.build-birdlab-base: &build-birdlab-base
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- autoreconf
|
||||||
|
- ./configure
|
||||||
|
- gmake
|
||||||
|
- gmake check
|
||||||
|
|
||||||
|
build-birdlab-debian-11:
|
||||||
|
<<: *build-birdlab-base
|
||||||
|
tags:
|
||||||
|
- birdlab-debian-11
|
||||||
|
- amd64
|
||||||
|
|
||||||
|
build-birdlab-centos-08:
|
||||||
|
<<: *build-birdlab-base
|
||||||
|
tags:
|
||||||
|
- birdlab-centos-08
|
||||||
|
- amd64
|
||||||
|
|
||||||
|
build-birdlab-fedora-37:
|
||||||
|
<<: *build-birdlab-base
|
||||||
|
tags:
|
||||||
|
- birdlab-fedora-37
|
||||||
|
- amd64
|
||||||
|
|
||||||
|
build-birdlab-freebsd-13:
|
||||||
|
<<: *build-birdlab-base
|
||||||
|
tags:
|
||||||
|
- birdlab-freebsd-13
|
||||||
|
- amd64
|
||||||
|
|
||||||
|
build-birdlab-openbsd-71:
|
||||||
|
<<: *build-birdlab-base
|
||||||
|
variables:
|
||||||
|
AUTOCONF_VERSION: "2.71"
|
||||||
|
tags:
|
||||||
|
- birdlab-openbsd-71
|
||||||
|
- amd64
|
||||||
|
|
Loading…
Reference in a new issue