diff options
| author | Théo Zimmermann | 2020-03-18 17:11:03 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2020-03-18 17:11:03 +0100 |
| commit | 55490662517966d01a53ddd708709d1fc739286c (patch) | |
| tree | 368e941af3ca3d63de2921bb59ace8ac88e6e5a8 /dev | |
| parent | 4c2a4890b75d516acfeccdb4105e46760239a7f1 (diff) | |
| parent | c685a8a3690b3345dbc2770530e3da1b6639a654 (diff) | |
Merge PR #11812: Add an Export locality to hints
Reviewed-by: Zimmi48
Ack-by: gares
Ack-by: maximedenes
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ci/user-overlays/11812-ppedrot-export-hint-globality.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/11812-ppedrot-export-hint-globality.sh b/dev/ci/user-overlays/11812-ppedrot-export-hint-globality.sh new file mode 100644 index 0000000000..8dae29adb6 --- /dev/null +++ b/dev/ci/user-overlays/11812-ppedrot-export-hint-globality.sh @@ -0,0 +1,9 @@ +if [ "$CI_PULL_REQUEST" = "11812" ] || [ "$CI_BRANCH" = "export-hint-globality" ]; then + + equations_CI_REF="export-hint-globality" + equations_CI_GITURL=https://github.com/ppedrot/Coq-Equations + + fiat_parsers_CI_REF="export-hint-globality" + fiat_parsers_CI_GITURL=https://github.com/ppedrot/fiat + +fi |
