aboutsummaryrefslogtreecommitdiff
path: root/Makefile.ci
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2017-04-27 14:02:33 +0200
committerPierre-Marie Pédrot2017-04-27 14:02:33 +0200
commit5af2e114e7390159d789c317dd83e564daa9c266 (patch)
tree532c5c59079f101088f57b4ab61128836f950dae /Makefile.ci
parentadc2035410a339cfa88dae527b631f5131adaa54 (diff)
parentcb635eab423cde23757725593ffdfb98f4016881 (diff)
Merge branch 'v8.6'
Diffstat (limited to 'Makefile.ci')
-rw-r--r--Makefile.ci3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.ci b/Makefile.ci
index b055ada8e5..4c4606aff6 100644
--- a/Makefile.ci
+++ b/Makefile.ci
@@ -1,11 +1,10 @@
CI_TARGETS=ci-all ci-hott ci-math-comp ci-compcert ci-sf ci-cpdt \
ci-color ci-math-classes ci-tlc ci-fiat-crypto ci-fiat-parsers \
ci-coquelicot ci-flocq ci-iris-coq ci-metacoq ci-geocoq \
- ci-unimath ci-vst
+ ci-unimath ci-vst ci-bedrock-src ci-bedrock-facade
.PHONY: $(CI_TARGETS)
# Generic rule, we use make to easy travis integraton with mixed rules
$(CI_TARGETS): ci-%:
./dev/ci/ci-$*.sh
-