cirrus: install pkgconf

This commit is contained in:
Hannes Mehnert 2020-03-13 18:37:12 +01:00
parent a134218b64
commit 19a817e26c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ freebsd_task:
matrix:
- OCAML_VERSION: 4.08.1
- OCAML_VERSION: 4.09.0
pkg_install_script: pkg install -y ocaml-opam gmp gmake
pkg_install_script: pkg install -y ocaml-opam gmp gmake pkgconf
ocaml_script: opam init -a --comp=$OCAML_VERSION
dependencies_script: eval `opam env` && opam install -y --deps-only .
build_script: eval `opam env` && dune build