diff options
| author | Emilio Jesus Gallego Arias | 2019-06-09 14:10:45 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-06-24 20:55:37 +0200 |
| commit | 3f99dcacdf94e77395913973c8ae5cf5b9c65b35 (patch) | |
| tree | 4a7c5849cffe46dd95daeadc6d5241f3db8d1ec4 /dev | |
| parent | 0c47ebf825690675cbb71153b8c9e4f7f6858984 (diff) | |
[ci] Overlays for #10316
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ci/user-overlays/10316-ejgallego-proof+recthms.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/10316-ejgallego-proof+recthms.sh b/dev/ci/user-overlays/10316-ejgallego-proof+recthms.sh new file mode 100644 index 0000000000..d133bc9993 --- /dev/null +++ b/dev/ci/user-overlays/10316-ejgallego-proof+recthms.sh @@ -0,0 +1,18 @@ +if [ "$CI_PULL_REQUEST" = "10316" ] || [ "$CI_BRANCH" = "proof+recthms" ]; then + + elpi_CI_REF=proof+recthms + elpi_CI_GITURL=https://github.com/ejgallego/coq-elpi + + equations_CI_REF=proof+recthms + equations_CI_GITURL=https://github.com/ejgallego/Coq-Equations + + mtac2_CI_REF=proof+recthms + mtac2_CI_GITURL=https://github.com/ejgallego/Mtac2 + + paramcoq_CI_REF=proof+recthms + paramcoq_CI_GITURL=https://github.com/ejgallego/paramcoq + + quickchick_CI_REF=proof+recthms + quickchick_CI_GITURL=https://github.com/ejgallego/QuickChick + +fi |
