mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-06 01:30:40 +03:00
FreeBSD CI: simplify image specification
and use `pkg install -y` instead of ASSUE_ALWAYS_YES=TRUE.
This commit is contained in:
parent
d836904321
commit
543a26c6a6
11
.cirrus.yml
11
.cirrus.yml
@ -11,15 +11,10 @@ FreeBSD_task:
|
|||||||
env:
|
env:
|
||||||
SSL:
|
SSL:
|
||||||
matrix:
|
matrix:
|
||||||
freebsd_instance:
|
image_family: freebsd-12-1-release-amd64
|
||||||
image: freebsd-12-1-release-amd64
|
image_family: freebsd-11-3-snap
|
||||||
freebsd_instance:
|
|
||||||
# 11-3-release doesn't boot: https://cirrus-ci.org/guide/FreeBSD/
|
|
||||||
image: freebsd-11-3-stable-amd64-v20191205
|
|
||||||
env:
|
|
||||||
ASSUME_ALWAYS_YES: TRUE # required for unattanded "pkg" invocation
|
|
||||||
prepare_script:
|
prepare_script:
|
||||||
- pkg install cmake git $SSL
|
- pkg install -y cmake git $SSL
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
configure_script:
|
configure_script:
|
||||||
- ./configure
|
- ./configure
|
||||||
|
Loading…
Reference in New Issue
Block a user