1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +03:00
SoftEtherVPN/.cirrus.yml

13 lines
375 B
YAML
Raw Normal View History

2019-03-27 20:49:48 +03:00
FreeBSD_task:
freebsd_instance:
image: freebsd-12-0-release-amd64
env:
ASSUME_ALWAYS_YES: TRUE # required for unattanded "pkg" invocation
install_script:
- pkg install cmake gmake openssl111 git
- git submodule update --init --recursive
script:
- ./configure
- gmake -j $(nproc || sysctl -n hw.ncpu || echo 4) -C tmp
- ldd build/vpnserver