add build manifest

This commit is contained in:
zapashcanon 2019-11-18 04:28:39 +01:00
parent 22e7c328a3
commit 33fc7a2e54
Signed by: zapashcanon
GPG Key ID: 8981C3C62D1D28F1
2 changed files with 16 additions and 1 deletions

15
.build.yml Normal file
View 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

View File

@ -1,3 +1,3 @@
# Opazl
# Opazl [![builds.sr.ht status](https://builds.sr.ht/~zapashcanon/opazl.svg)](https://builds.sr.ht/~zapashcanon/opazl?)
Opazl is an OCaml parser for ZNC logs.