diff options
author | Emilio Jesus Gallego Arias <e+git@x80.org> | 2017-05-24 23:05:21 +0200 |
---|---|---|
committer | Emilio Jesus Gallego Arias <e+git@x80.org> | 2017-05-25 01:16:09 +0200 |
commit | 94e783390ef9ad9d26a54add2287e0a3e58d1b70 (patch) | |
tree | 7f729302601fef48e6c59534a7904c7dfb92df2d /dev/ci | |
parent | b7a3c80754251c17bd2f266b00edb28e8a4e0c19 (diff) |
[location] [travis] Add overlays for located_switch
Diffstat (limited to 'dev/ci')
-rw-r--r-- | dev/ci/ci-user-overlay.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev/ci/ci-user-overlay.sh b/dev/ci/ci-user-overlay.sh index 4ad512317..28808a581 100644 --- a/dev/ci/ci-user-overlay.sh +++ b/dev/ci/ci-user-overlay.sh @@ -26,9 +26,17 @@ echo $TRAVIS_BRANCH echo $TRAVIS_COMMIT if [ $TRAVIS_PULL_REQUEST == "402" ] || [ $TRAVIS_BRANCH == "located_switch" ]; then + mathcomp_CI_BRANCH=located_switch mathcomp_CI_GITURL=https://github.com/ejgallego/math-comp.git fiat_parsers_CI_BRANCH=located_switch fiat_parsers_CI_GITURL=https://github.com/ejgallego/fiat.git + + bedrock_src_CI_BRANCH=located_switch + bedrock_src_CI_GITURL=https://github.com/ejgallego/bedrock.git + + bedrock_facade_CI_BRANCH=located_switch + bedrock_facade_CI_GITURL=https://github.com/ejgallego/bedrock.git + fi |