From eb905ac4d790efc0294ac0c40c50f647fe9769f1 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 20 Apr 2016 13:44:59 +0200 Subject: .gitlab-ci.yml: added build rule on freebsd --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c591db2f20..e7c82a27a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -87,3 +87,11 @@ Build and Check with valgrind: - nettle3 except: - tags +Build and Check on FreeBSD: + script: + - git submodule update --init && gmake autoreconf && rm -f tests/suite/mini-eagain2.c && LIBS="-L/usr/local/lib" ./configure + --disable-doc --disable-valgrind-tests && gmake -j4 && gmake check -j4 + tags: + - freebsd + except: + - tags -- cgit v1.2.1