FreeBSD CI: use `pkg install -y` instead of ASSUME_YES

This commit is contained in:
Koichiro IWAO 2020-01-02 22:11:28 +09:00
parent 43f2b2290e
commit f11987ac04
No known key found for this signature in database
GPG Key ID: 9F72CDBC01BF10EB
1 changed files with 1 additions and 3 deletions

View File

@ -4,10 +4,8 @@ FreeBSD_task:
image: freebsd-12-1-release-amd64
freebsd_instance:
image: freebsd-11-3-stable-amd64-v20191205
env:
ASSUME_ALWAYS_YES: TRUE # required for unattanded "pkg" invocation
prepare_script:
- pkg install openssl111 git autoconf automake libtool pkgconf opus jpeg-turbo fdk-aac pixman libX11 libXfixes libXrandr nasm
- pkg install -y git autoconf automake libtool pkgconf opus jpeg-turbo fdk-aac pixman libX11 libXfixes libXrandr nasm
- git submodule update --init --recursive
configure_script:
- ./bootstrap