]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
.cirrus.yml: install pkgconf 160/head
authorRichard Levitte <richard@levitte.org>
Sat, 24 Aug 2019 12:35:39 +0000 (14:35 +0200)
committerRichard Levitte <richard@levitte.org>
Sat, 24 Aug 2019 12:35:39 +0000 (14:35 +0200)
That will add the pkg-config on FreeBSD

.cirrus.yml

index d4bb0b818d3c6f2e732db1886a570a3858cbd023..47b69c4ea579d9813170c25f2894b51e213b26a8 100644 (file)
@@ -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