create builds.yml

This commit is contained in:
Michael Zhang 2020-06-04 04:24:56 -05:00
parent 4623e58de2
commit f83982ca88
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B

11
.builds.yml Normal file
View file

@ -0,0 +1,11 @@
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