aboutsummaryrefslogtreecommitdiff
path: root/dev/ci
diff options
context:
space:
mode:
authorMaxime Dénès2017-05-25 11:16:35 +0200
committerMaxime Dénès2017-05-25 11:16:35 +0200
commitf2fec63025d933f56dabf114a51720b1aae626c1 (patch)
tree7f729302601fef48e6c59534a7904c7dfb92df2d /dev/ci
parent28f8da9489463b166391416de86420c15976522f (diff)
parent94e783390ef9ad9d26a54add2287e0a3e58d1b70 (diff)
Merge PR#402: Uniform attribute handling in interfaces
Diffstat (limited to 'dev/ci')
-rw-r--r--dev/ci/ci-user-overlay.sh17
1 files changed, 14 insertions, 3 deletions
diff --git a/dev/ci/ci-user-overlay.sh b/dev/ci/ci-user-overlay.sh
index fad6472911..28808a5814 100644
--- a/dev/ci/ci-user-overlay.sh
+++ b/dev/ci/ci-user-overlay.sh
@@ -25,7 +25,18 @@ echo $TRAVIS_PULL_REQUEST
echo $TRAVIS_BRANCH
echo $TRAVIS_COMMIT
-if [ $TRAVIS_PULL_REQUEST == "568" ] || [ $TRAVIS_BRANCH == "remove-tactic-compat" ]; then
- fiat_parsers_CI_BRANCH=fix-ml
- fiat_parsers_CI_GITURL=https://github.com/ppedrot/fiat.git
+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