From 9899169f78165feda9e991877149fed16ff5ad09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Henry?= Date: Wed, 7 Feb 2018 11:13:54 +0100 Subject: [PATCH] CI: embeds test packages in the default image --- scripts/ci/create_opam_repository.tezos_deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci/create_opam_repository.tezos_deps.sh b/scripts/ci/create_opam_repository.tezos_deps.sh index 0c78d3d3b..c3824361b 100755 --- a/scripts/ci/create_opam_repository.tezos_deps.sh +++ b/scripts/ci/create_opam_repository.tezos_deps.sh @@ -80,6 +80,7 @@ RUN opam bundle --yes --output="tezos_bundle-$ocaml_version" \ --repository=opam-repository-tezos \ --repository=opam-repository-master \ --ocaml=$ocaml_version \ + --with-doc --with-test \ $packages depext ocp-indent odoc EOF