diff options
author | Maxime Dénès <mail@maximedenes.fr> | 2018-03-04 16:30:15 +0100 |
---|---|---|
committer | Maxime Dénès <mail@maximedenes.fr> | 2018-03-04 16:30:15 +0100 |
commit | 346e73cef9e4e89c90f9f6f7011d54e3a0a35d96 (patch) | |
tree | 07ccc997e8e13eac81d2c2a7dc5d63284dfbdf77 /dev/ci/user-overlays | |
parent | ed05111e048e864c63c2e21b8ebac675a80dc464 (diff) | |
parent | a131ebf7b66e31dea7d8ccfb9706ad6d8f4a12e0 (diff) |
Merge PR #6676: [proofview] goals come with a state
Diffstat (limited to 'dev/ci/user-overlays')
-rw-r--r-- | dev/ci/user-overlays/06676-gares-proofview-goals-come-with-a-state.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/06676-gares-proofview-goals-come-with-a-state.sh b/dev/ci/user-overlays/06676-gares-proofview-goals-come-with-a-state.sh new file mode 100644 index 000000000..2451657d4 --- /dev/null +++ b/dev/ci/user-overlays/06676-gares-proofview-goals-come-with-a-state.sh @@ -0,0 +1,6 @@ +if [ "$CI_PULL_REQUEST" = "6676" ] || [ "$CI_BRANCH" = "proofview/goal-w-state" ]; then + ltac2_CI_BRANCH=fix-for/6676 + ltac2_CI_GITURL=https://github.com/gares/ltac2.git + Equations_CI_BRANCH=fix-for/6676 + Equations_CI_GITURL=https://github.com/gares/Coq-Equations.git +fi |