summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-09-07 16:21:44 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-09-08 15:18:08 +0200
commit9e606261de0d6286d4124ea10db536fd01ac73e7 (patch)
tree9a5d3ac74b01c2d357b220bdff6f245c8aa714e6 /.gitlab-ci.yml
parent29d4b06445fdf6d722a64e402e069e1112427c29 (diff)
downloadgnutls-9e606261de0d6286d4124ea10db536fd01ac73e7.tar.gz
.gitlab-ci.yml: added FreeBSD build
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml42
1 files changed, 21 insertions, 21 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index be4a24cf5e..a43a2de686 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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.