]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.gitlab-ci.yml: added FreeBSD build
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 7 Sep 2017 14:21:44 +0000 (16:21 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 8 Sep 2017 13:18:08 +0000 (15:18 +0200)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
.gitlab-ci.yml

index be4a24cf5e73351d40b89f9da3183c719e8e8c60..a43a2de6868852bb55e5bdb98a8dfb8859e1aeee 100644 (file)
@@ -341,27 +341,27 @@ MinGW32:
 
 # That is a specific runner that we cannot enable universally.
 # We restrict it to builds under the $BUILD_IMAGES_PROJECT project.
-#FreeBSD10/x86_64:
-#  stage: stage1-testing
-#  image:
-#  before_script:
-#  - /usr/bin/true
-#  script:
-#  - gmake autoreconf && rm -f tests/suite/mini-eagain2.c && LIBS="-L/usr/local/lib" ./configure
-#    --with-included-libtasn1 --disable-guile --with-included-unistring --disable-doc && gmake -j$(sysctl hw.ncpu | awk '{print $2}') && gmake check -j$(sysctl hw.ncpu | awk '{print $2}')
-#  tags:
-#  - freebsd
-#  only:
-#  - branches@gnutls/gnutls
-#  except:
-#  - tags
-#  artifacts:
-#    expire_in: 1 week
-#    when: on_failure
-#    paths:
-#      - ./*.log
-#      - tests/*.log
-#      - tests/*/*.log
+FreeBSD/x86_64:
+  stage: stage1-testing
+  image:
+  before_script:
+  - /usr/bin/true
+  script:
+  - gmake autoreconf && rm -f tests/suite/mini-eagain2.c && LIBS="-L/usr/local/lib" ./configure
+    --disable-guile --disable-doc && gmake -j$(sysctl hw.ncpu | awk '{print $2}') && gmake check -j$(sysctl hw.ncpu | awk '{print $2}')
+  tags:
+  - freebsd
+  only:
+  - branches@gnutls/gnutls
+  except:
+  - tags
+  artifacts:
+    expire_in: 1 week
+    when: on_failure
+    paths:
+      - ./*.log
+      - tests/*.log
+      - tests/*/*.log
 
 # We need a clean 32-bit fedora for testing. Note that this is also
 # a test for interoperability with openssl 1.0.x.