basic cirrus on FreeBSD set
This commit is contained in:
parent
2d26a56c0d
commit
56aa5545f8
15
.cirrus.yml
Normal file
15
.cirrus.yml
Normal 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
|
Loading…
Reference in a new issue