]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
CI: Try new workers
authorOndrej Zajicek <santiago@crfreenet.org>
Tue, 29 Nov 2022 17:30:16 +0000 (18:30 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Wed, 30 Nov 2022 01:48:59 +0000 (02:48 +0100)
.gitlab-ci.yml

index dae59c75078505e0e0d197ffaf1e60fc510f05e5..292233ca62c2881f24db51cfbe64e154dab6007b 100644 (file)
@@ -684,3 +684,44 @@ test-kernel-learn:
   <<: *test-base
   variables:
     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