basic cirrus on FreeBSD set

This commit is contained in:
Hannes Mehnert 2019-11-22 19:28:39 +01:00
parent 2d26a56c0d
commit 56aa5545f8
1 changed files with 15 additions and 0 deletions

15
.cirrus.yml Normal file
View File

@ -0,0 +1,15 @@
freebsd_instance:
image_family: freebsd-12-0
freebsd_task:
env:
matrix:
- OCAML_VERSION: 4.08.1
- OCAML_VERSION: 4.09.0
pkg_install_script: pkg install -y ocaml-opam gmp gmake
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
package_script: packaging/create_package.sh
albatross_artifacts:
path: _build/albatross*txz