diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-04-20 13:44:59 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-04-20 13:44:59 +0200 |
commit | eb905ac4d790efc0294ac0c40c50f647fe9769f1 (patch) | |
tree | d0f1bf3df438f23c6da4388901df816d8ed019e8 | |
parent | fda802c9514164785f46d95dbcc04d1f049e3cf5 (diff) | |
download | gnutls-eb905ac4d790efc0294ac0c40c50f647fe9769f1.tar.gz |
.gitlab-ci.yml: added build rule on freebsd
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 8 insertions, 0 deletions
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 |