logical-foundations/.build.yml
2020-06-04 05:32:49 -05:00

14 lines
248 B
YAML

image: archlinux
packages:
- opam
sources:
- https://git.sr.ht/~iptq/logical-foundations
tasks:
- setup: |
opam init -yc 4.09.1
opam install -y coq=8.8.1
- build: |
eval $(opam env)
cd logical-foundations
make