logical-foundations/.build.yml

14 lines
248 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: |
2020-06-04 10:32:49 +00:00
opam init -yc 4.09.1
opam install -y coq=8.8.1
2020-06-04 09:24:56 +00:00
- build: |
2020-06-04 10:32:49 +00:00
eval $(opam env)
2020-06-04 09:24:56 +00:00
cd logical-foundations
make