on cirrus, watermark (dune subst) and build with release profile before packaging and uploading

This commit is contained in:
Hannes Mehnert 2020-05-02 22:08:59 +02:00
parent 7cad9bd08d
commit 0920ae142e
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ freebsd_task:
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
watermark_script: eval `opam env` && dune subst
release_script: eval `opam env` && dune build --profile=release
package_script: packaging/FreeBSD/create_package.sh
albatross_artifacts:
path: _build/albatross*txz