create builds.yml
This commit is contained in:
parent
4623e58de2
commit
f83982ca88
1 changed files with 11 additions and 0 deletions
11
.builds.yml
Normal file
11
.builds.yml
Normal 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
|
Loading…
Reference in a new issue