.gitlab-ci.yml: enabled build for freebsd

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
Nikos Mavrogiannopoulos
2017-07-21 18:18:53 +02:00
parent fd3f415000
commit a62fe8791d

View File

@@ -107,19 +107,19 @@ Build/asan:
- ./*.log
- tests/*.log
#Build/FreeBSD:
# script:
# - git submodule update --init && sh autogen.sh && LIBS="-L/usr/local/lib" ./configure --disable-nls --without-root-tests &&
# gmake -j$(sysctl hw.ncpu | awk '{print $2}') && gmake check -j$(sysctl hw.ncpu | awk '{print $2}')
# tags:
# - freebsd
# only:
# - branches@ocserv/ocserv
# except:
# - tags
# artifacts:
# expire_in: 1 week
# when: on_failure
# paths:
# - ./*.log
# - tests/*.log
Build/FreeBSD:
script:
- git submodule update --init && sh autogen.sh && LIBS="-L/usr/local/lib" ./configure --disable-nls --without-root-tests &&
gmake -j$(sysctl hw.ncpu | awk '{print $2}') && gmake check -j$(sysctl hw.ncpu | awk '{print $2}')
tags:
- freebsd
only:
- branches@ocserv/ocserv
except:
- tags
artifacts:
expire_in: 1 week
when: on_failure
paths:
- ./*.log
- tests/*.log