diff options
| author | Maxime Dénès | 2017-06-12 19:14:51 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-06-12 19:14:51 +0200 |
| commit | 7e9a4aa4efa62d9fcded340c1c2f07a73021aca0 (patch) | |
| tree | e6719b7b287854b28598096756ff06aa1826a207 /dev/ci/ci-basic-overlay.sh | |
| parent | 83d8b081c02cfde83c8fd93102f8f1aae3fe87b3 (diff) | |
| parent | 55ffdf526f8dbf99a88a05910e646446f6bb3421 (diff) | |
Merge PR#715: Add coq-dpdgraph ci
Diffstat (limited to 'dev/ci/ci-basic-overlay.sh')
| -rw-r--r-- | dev/ci/ci-basic-overlay.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh index 7a9df93c45..470f60a8eb 100644 --- a/dev/ci/ci-basic-overlay.sh +++ b/dev/ci/ci-basic-overlay.sh @@ -113,6 +113,12 @@ : ${formal_topology_CI_GITURL:=https://github.com/bmsherman/topology.git} ######################################################################## +# coq-dpdgraph +######################################################################## +: ${coq_dpdgraph_CI_BRANCH:=coq-trunk} +: ${coq_dpdgraph_CI_GITURL:=https://github.com/Karmaki/coq-dpdgraph.git} + +######################################################################## # CoLoR ######################################################################## : ${Color_CI_SVNURL:=https://scm.gforge.inria.fr/anonscm/svn/color/trunk/color} |
