fix tests
This commit is contained in:
parent
a4c7f5bcf3
commit
ec45376417
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@ sources:
|
||||||
- https://git.sr.ht/~iptq/logical-foundations
|
- https://git.sr.ht/~iptq/logical-foundations
|
||||||
tasks:
|
tasks:
|
||||||
- setup: |
|
- setup: |
|
||||||
opam install coq=8.8.1
|
opam init -yc 4.09.1
|
||||||
|
opam install -y coq=8.8.1
|
||||||
- build: |
|
- build: |
|
||||||
|
eval $(opam env)
|
||||||
cd logical-foundations
|
cd logical-foundations
|
||||||
make
|
make
|
||||||
|
|
Loading…
Reference in a new issue