aboutsummaryrefslogtreecommitdiff
path: root/dev/ci
diff options
context:
space:
mode:
authorMaxime Dénès2017-06-06 17:18:59 +0200
committerMaxime Dénès2017-06-06 17:18:59 +0200
commite5581b2a1e5b3d9fc5dc7fe95ee4ba121f5d42cd (patch)
tree1a0d0b7d693c37ca8712057e946587584687208e /dev/ci
parent2f23c27e08f66402b8fba4745681becd402f4c5c (diff)
parent0ce9cef0ac431e184c870617841bedc3f427396d (diff)
Merge PR#623: Remove the Sigma (monotonous state) API.
Diffstat (limited to 'dev/ci')
-rw-r--r--dev/ci/ci-user-overlay.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev/ci/ci-user-overlay.sh b/dev/ci/ci-user-overlay.sh
index 398c127073..2ac1eecb36 100644
--- a/dev/ci/ci-user-overlay.sh
+++ b/dev/ci/ci-user-overlay.sh
@@ -30,3 +30,14 @@ if [ $TRAVIS_PULL_REQUEST == "590" ] || [ $TRAVIS_BRANCH == "trunk+algebraic-mat
mathcomp_CI_GITURL=https://github.com/herbelin/math-comp.git
fi
+if [ $TRAVIS_PULL_REQUEST == "623" ] || [ $TRAVIS_BRANCH == "remove-sigma" ]; then
+ mathcomp_CI_BRANCH=remove-sigma
+ mathcomp_CI_GITURL=https://github.com/maximedenes/math-comp.git
+ fiat_parsers_CI_BRANCH=remove-sigma
+ fiat_parsers_CI_GITURL=https://github.com/maximedenes/fiat.git
+ bedrock_src_CI_BRANCH=remove-sigma
+ bedrock_src_CI_GITURL=https://github.com/maximedenes/bedrock.git
+ bedrock_facade_CI_BRANCH=remove-sigma
+ bedrock_facade_CI_GITURL=https://github.com/maximedenes/bedrock.git
+fi
+