From: Nikos Mavrogiannopoulos Date: Thu, 7 Sep 2017 14:21:44 +0000 (+0200) Subject: .gitlab-ci.yml: added FreeBSD build X-Git-Tag: gnutls_3_6_1~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9e606261de0d6286d4124ea10db536fd01ac73e7;p=thirdparty%2Fgnutls.git .gitlab-ci.yml: added FreeBSD build Signed-off-by: Nikos Mavrogiannopoulos --- 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.