image: archlinux packages: - opam sources: - https://git.sr.ht/~iptq/logical-foundations tasks: - setup: | opam init -yc 4.09.1 opam install -y coq=8.8.1 - build: | eval $(opam env) cd logical-foundations make