diff options
| author | Gaëtan Gilbert | 2019-02-28 14:49:11 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2019-02-28 14:49:11 +0100 |
| commit | 694d4c94c9a947b56f230a07ec497da2ba66de2c (patch) | |
| tree | ae11488c3ce2ebc8d6de5494a78b5454bfe5f0ec /dev | |
| parent | c0c59c03c28ed67418103340fddbaf911e336491 (diff) | |
Overlays for coq/coq#9389 implicits API cleanup
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ci/user-overlays/09389-SkySkimmer-set-implicits.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/09389-SkySkimmer-set-implicits.sh b/dev/ci/user-overlays/09389-SkySkimmer-set-implicits.sh new file mode 100644 index 0000000000..1110157069 --- /dev/null +++ b/dev/ci/user-overlays/09389-SkySkimmer-set-implicits.sh @@ -0,0 +1,9 @@ +if [ "$CI_PULL_REQUEST" = "9389" ] || [ "$CI_BRANCH" = "set-implicits" ]; then + + equations_CI_REF=set-implicits + equations_CI_GITURL=https://github.com/SkySkimmer/Coq-Equations + + mtac2_CI_REF=set-implicits + mtac2_CI_GITURL=https://github.com/SkySkimmer/Mtac2 + +fi |
