This commit is contained in:
Yiyun Liu 2025-04-28 17:33:12 -04:00
parent 0e04a7076b
commit d7207c6532
2 changed files with 15 additions and 0 deletions

13
.woodpecker.yaml Normal file
View file

@ -0,0 +1,13 @@
when:
- event: [push, pull_request]
branch: [main]
steps:
- name: build
image: coqorg/coq:8.20.1-ocaml-4.14.2-flambda
commands:
- opam update
- opam install -y coq-hammer-tactics coq-equations coq-stdpp coq-autosubst-ocaml
- eval $(opam env)
- sudo chown -R 1000:1000 .
- make -j2