.gitlab-ci.yml: disabled freebsd builds; system no longer available [ci skip]

Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
This commit is contained in:
Nikos Mavrogiannopoulos
2017-06-14 15:58:08 +02:00
parent 6ac543e3a0
commit ae3e52c252

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