mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
.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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user