add build manifest
This commit is contained in:
parent
22e7c328a3
commit
33fc7a2e54
15
.build.yml
Normal file
15
.build.yml
Normal file
@ -0,0 +1,15 @@
|
||||
image: debian/unstable
|
||||
packages:
|
||||
- opam
|
||||
- ocaml
|
||||
sources:
|
||||
- https://git.zapashcanon.fr/zapashcanon/opazl
|
||||
tasks:
|
||||
- setup: |
|
||||
opam init -y
|
||||
opam update -y
|
||||
opam install -y dune sedlex uutf uucp
|
||||
- build: |
|
||||
eval "$(opam env)"
|
||||
cd opazl
|
||||
dune build @all
|
Loading…
x
Reference in New Issue
Block a user