diff options
author | Matej Košík <matej.kosik@inria.fr> | 2017-06-07 08:39:26 +0200 |
---|---|---|
committer | Matej Košík <matej.kosik@inria.fr> | 2017-06-07 14:49:13 +0200 |
commit | 11723417c3c3c76b121f5548948268961b621a49 (patch) | |
tree | 294570bdd6eea833319174524a5659a6dcdcdadd | |
parent | 34dd34065111c5abe68e88a79a77e482e79489a7 (diff) |
add overlays
-rw-r--r-- | dev/ci/ci-user-overlay.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev/ci/ci-user-overlay.sh b/dev/ci/ci-user-overlay.sh index 195ede6d0..d1a2af417 100644 --- a/dev/ci/ci-user-overlay.sh +++ b/dev/ci/ci-user-overlay.sh @@ -30,3 +30,16 @@ if [ $TRAVIS_PULL_REQUEST == "669" ] || [ $TRAVIS_BRANCH == "ssr-merge" ]; then mathcomp_CI_GITURL=https://github.com/maximedenes/math-comp.git fi +echo "DEBUG: ci-user-overlay.sh 0" +if [ $TRAVIS_PULL_REQUEST = "652" ] || [ $TRAVIS_BRANCH == "trunk__API" ]; then + echo "DEBUG: ci-user-overlay.sh 1" + echo + #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 |