aboutsummaryrefslogtreecommitdiff
path: root/dev/ci
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-07-09 11:32:41 +0200
committerGaëtan Gilbert2020-07-09 11:32:41 +0200
commit577ec77f17a872d6bc36073ceeb3cf582fcf01c4 (patch)
tree93729a8f221b9d47269279c3672afc2b6854e1ba /dev/ci
parent769823c425f1b3ffc87141ede814976f6cf44128 (diff)
parent3ef2bd35926a83fbcfd34d03e1fb1db894a39627 (diff)
Merge PR #11836: [obligations] Functionalize Program state
Reviewed-by: SkySkimmer Ack-by: gares
Diffstat (limited to 'dev/ci')
-rw-r--r--dev/ci/user-overlays/11836-ejgallego-obligations+functional.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/11836-ejgallego-obligations+functional.sh b/dev/ci/user-overlays/11836-ejgallego-obligations+functional.sh
new file mode 100644
index 0000000000..72ec55a37c
--- /dev/null
+++ b/dev/ci/user-overlays/11836-ejgallego-obligations+functional.sh
@@ -0,0 +1,18 @@
+if [ "$CI_PULL_REQUEST" = "11836" ] || [ "$CI_BRANCH" = "obligations+functional" ]; then
+
+ mtac2_CI_REF=obligations+functional
+ mtac2_CI_GITURL=https://github.com/ejgallego/Mtac2
+
+ paramcoq_CI_REF=obligations+functional
+ paramcoq_CI_GITURL=https://github.com/ejgallego/paramcoq
+
+ equations_CI_REF=obligations+functional
+ equations_CI_GITURL=https://github.com/ejgallego/Coq-Equations
+
+ metacoq_CI_REF=obligations+functional
+ metacoq_CI_GITURL=https://github.com/ejgallego/metacoq
+
+ rewriter_CI_REF=obligations+functional
+ rewriter_CI_GITURL=https://github.com/ejgallego/rewriter
+
+fi