mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-09 03:00:41 +03:00
initial cirrus-ci config
This commit is contained in:
parent
89dfa319f3
commit
9e8c277cf3
12
.cirrus.yml
Normal file
12
.cirrus.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue
Block a user