aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorGravatar Pierre Letouzey <pierre.letouzey@inria.fr>2017-06-13 14:48:22 +0200
committerGravatar Pierre Letouzey <pierre.letouzey@inria.fr>2017-06-14 12:06:49 +0200
commit2470182ac4bded5c433c8f6bc77eb7b96576dc8d (patch)
treeeb07b326d2e57ddbff016bddfc485a38907ebae6 /dev
parentbba2186f781695db9d0987758119fde061499fbc (diff)
[travis] overlays for CompCert and VST (an extra Require Export FunInd)
Diffstat (limited to 'dev')
-rw-r--r--dev/ci/ci-user-overlay.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/dev/ci/ci-user-overlay.sh b/dev/ci/ci-user-overlay.sh
index 200d431bc..62c245b4f 100644
--- a/dev/ci/ci-user-overlay.sh
+++ b/dev/ci/ci-user-overlay.sh
@@ -47,3 +47,10 @@ if [ $TRAVIS_PULL_REQUEST == "498" ] || [ $TRAVIS_BRANCH == "outsource-bignums"
Corn_CI_BRANCH=external-bignums
Corn_CI_GITURL=https://github.com/letouzey/corn.git
fi
+
+if [ $TRAVIS_PULL_REQUEST == "220" ] || [ $TRAVIS_BRANCH == "less_init_plugins" ]; then
+ CompCert_CI_BRANCH=less_init_plugins
+ CompCert_CI_GITURL=https://github.com/letouzey/CompCert.git
+ VST_CI_BRANCH=less_init_plugins
+ VST_CI_GITURL=https://github.com/letouzey/VST.git
+fi