From 0ce9cef0ac431e184c870617841bedc3f427396d Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Wed, 10 May 2017 17:08:02 +0200 Subject: Overlays. --- dev/ci/ci-user-overlay.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'dev/ci') 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 + -- cgit v1.2.3