diff options
| author | Emilio Jesus Gallego Arias | 2020-03-02 02:56:32 -0500 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-03-19 17:18:10 -0400 |
| commit | 0e329b81794c582ca845d2fc547bfdefad89a972 (patch) | |
| tree | dd7c1ad84f9a22213d1c36bb47b4fb6dd9b0658b /dev | |
| parent | 92b61209c60b368bbc095950786187b94b167632 (diff) | |
[ci] Overlays for declare interface refactoring.
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ci/user-overlays/11731-ejgallego-proof+more_naming_unif.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/11731-ejgallego-proof+more_naming_unif.sh b/dev/ci/user-overlays/11731-ejgallego-proof+more_naming_unif.sh new file mode 100644 index 0000000000..c87c3f7f0f --- /dev/null +++ b/dev/ci/user-overlays/11731-ejgallego-proof+more_naming_unif.sh @@ -0,0 +1,9 @@ +if [ "$CI_PULL_REQUEST" = "11731" ] || [ "$CI_BRANCH" = "proof+more_naming_unif" ]; then + + equations_CI_REF=proof+more_naming_unif + equations_CI_GITURL=https://github.com/ejgallego/Coq-Equations + + rewriter_CI_REF=proof+more_naming_unif + rewriter_CI_GITURL=https://github.com/ejgallego/rewriter + +fi |
