aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.ci
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-04-19 17:41:31 -0400
committerGravatar Jason Gross <jgross@mit.edu>2017-04-20 19:13:19 -0400
commitb07f7a2ac4f23a29d1762b4f78fc1506925a5019 (patch)
tree7dea294962817bd9257886b1d8cabd0d0ae32573 /Makefile.ci
parent59b0041147a9d2dddc1fe14f624a2cf5695f2ea2 (diff)
Add bedrock targets src and facade
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 b055ada8e..4c4606aff 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
-