gitlab-ci: Enable freebsd runner
authorAndreas Schneider <asn@samba.org>
Mon, 12 Sep 2022 06:44:24 +0000 (08:44 +0200)
committerAndreas Schneider <asn@samba.org>
Fri, 21 Oct 2022 08:01:11 +0000 (10:01 +0200)
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Reviewed-by: Pavel Filipenský <pfilipensky@samba.org>
.gitlab-ci.yml

index 1ff95dc8e8dfcb07036957e49b709362c6f4692a..50825de22346a34fe9be45f73e4bc6672036b610 100644 (file)
@@ -120,26 +120,27 @@ fedora/csbuild:
     paths:
       - obj-csbuild/
 
-# freebsd/x86_64:
-#   stage: test
-#   image:
-#   script:
-#     - mkdir -p obj && cd obj && cmake
-#       -DCMAKE_BUILD_TYPE=RelWithDebInfo
-#       -DPICKY_DEVELOPER=ON
-#       -DUNIT_TESTING=ON .. &&
-#       make && ctest --output-on-failure
-#   tags:
-#     - freebsd
-#   except:
-#     - tags
-#   only:
-#     - branches@cwrap/priv_wrapper
-#   artifacts:
-#     expire_in: 1 week
-#     when: on_failure
-#     paths:
-#       - obj/
+freebsd/x86_64:
+  stage: test
+  image:
+  script:
+    - mkdir -p obj && cd obj && cmake
+      -DCMAKE_BUILD_TYPE=RelWithDebInfo
+      -DPICKY_DEVELOPER=ON
+      -DUNIT_TESTING=ON .. &&
+      make && ctest --output-on-failure
+  tags:
+    - freebsd
+  except:
+    - tags
+  only:
+    - branches@cwrap/priv_wrapper
+    - branches@cryptomilk/priv_wrapper
+  artifacts:
+    expire_in: 1 week
+    when: on_failure
+    paths:
+      - obj/
 
 tumbleweed/x86_64/gcc:
   stage: test