blob: b3a9f67e00f377f2f8fe464b91a62fa6928b174b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if [ "$CI_PULL_REQUEST" = "8704" ] || [ "$CI_BRANCH" = "vernac+monify_hook" ]; then
# ltac2_CI_REF=rm-section-path
# ltac2_CI_GITURL=https://github.com/maximedenes/ltac2
plugin_tutorial_CI_REF=vernac+monify_hook
plugin_tutorial_CI_GITURL=https://github.com/ejgallego/plugin_tutorials
Elpi_CI_REF=vernac+monify_hook
Elpi_CI_GITURL=https://github.com/ejgallego/coq-elpi
Equations_CI_REF=vernac+monify_hook
Equations_CI_GITURL=https://github.com/ejgallego/Coq-Equations
fi
|