From: Richard Levitte Date: Sat, 24 Aug 2019 12:35:39 +0000 (+0200) Subject: .cirrus.yml: install pkgconf X-Git-Tag: v3.0.0~277^2 X-Git-Url: http://www.wagner.pp.ru/gitweb/?p=openssl-gost%2Fengine.git;a=commitdiff_plain;h=0fe110a402e8ebb88e1daaa81d382606f68a3642 .cirrus.yml: install pkgconf That will add the pkg-config on FreeBSD --- diff --git a/.cirrus.yml b/.cirrus.yml index d4bb0b8..47b69c4 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -8,7 +8,7 @@ FreeBSD_task: PATH: ${PREFIX}/bin:${PATH} OPENSSL_BRANCH: master script: - - pkg install git cmake p5-App-cpanminus gdb + - pkg install git cmake p5-App-cpanminus gdb pkgconf - sudo cpanm --notest Test2::V0 - git clone --depth 1 -b ${OPENSSL_BRANCH} https://github.com/openssl/openssl.git - cd openssl