CI: embeds test packages in the default image

This commit is contained in:
Grégoire Henry 2018-02-07 11:13:54 +01:00
parent acffadafae
commit 9899169f78

View File

@ -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