aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-user-overlay.sh
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-04-19 01:06:47 +0200
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-04-25 00:35:27 +0200
commitcd21210dd88732196d97f5b7436946c6b39bbdf3 (patch)
tree63d891738267e135c2ea194ec5aa9b6718601717 /dev/ci/ci-user-overlay.sh
parent7058b9b400e252a30c1e624cbe0de26b70356d64 (diff)
[travis] mathcomp and fiat overlay for #402
Diffstat (limited to 'dev/ci/ci-user-overlay.sh')
-rw-r--r--dev/ci/ci-user-overlay.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/dev/ci/ci-user-overlay.sh b/dev/ci/ci-user-overlay.sh
index bb193ebb5..95e47eb98 100644
--- a/dev/ci/ci-user-overlay.sh
+++ b/dev/ci/ci-user-overlay.sh
@@ -25,6 +25,14 @@ echo $TRAVIS_PULL_REQUEST
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
+fi
+
if [ $TRAVIS_PULL_REQUEST == "461" ] || [ $TRAVIS_BRANCH == "stm+remove_compat_parsing" ]; then
mathcomp_CI_BRANCH=no_camlp4_compat
mathcomp_CI_GITURL=https://github.com/ejgallego/math-comp.git