diff options
| author | Emilio Jesus Gallego Arias | 2019-06-26 06:51:55 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-07-02 16:12:16 +0200 |
| commit | 62567575f4639aad44de93a88d9cc425a11d4a9e (patch) | |
| tree | 0da97820041b93bea7b39ef15423eeb58dbad2ca /dev | |
| parent | 5d20cce67d63bcf08458e3c4803257867f39b88a (diff) | |
[ci] Overlays for #10419
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ci/user-overlays/10419-ejgallego-heads+test.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/10419-ejgallego-heads+test.sh b/dev/ci/user-overlays/10419-ejgallego-heads+test.sh new file mode 100644 index 0000000000..0ec0c3673a --- /dev/null +++ b/dev/ci/user-overlays/10419-ejgallego-heads+test.sh @@ -0,0 +1,18 @@ +if [ "$CI_PULL_REQUEST" = "10419" ] || [ "$CI_BRANCH" = "heads+test" ]; then + + elpi_CI_REF=heads+test + elpi_CI_GITURL=https://github.com/ejgallego/coq-elpi + + equations_CI_REF=heads+test + equations_CI_GITURL=https://github.com/ejgallego/Coq-Equations + + mtac2_CI_REF=heads+test + mtac2_CI_GITURL=https://github.com/ejgallego/Mtac2 + + paramcoq_CI_REF=heads+test + paramcoq_CI_GITURL=https://github.com/ejgallego/paramcoq + + quickchick_CI_REF=heads+test + quickchick_CI_GITURL=https://github.com/ejgallego/QuickChick + +fi |
