logical-foundations/.build.yml

12 lines
195 B
YAML
Raw Normal View History

2020-06-04 09:24:56 +00:00
image: archlinux
packages:
- opam
sources:
- https://git.sr.ht/~iptq/logical-foundations
tasks:
- setup: |
opam install coq=8.8.1
- build: |
cd logical-foundations
make