aboutsummaryrefslogtreecommitdiff
path: root/Makefile.ci
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-11-26 09:58:21 +0000
committerGitHub2020-11-26 09:58:21 +0000
commitbef0e543b812764db985f64421265637501f5f8d (patch)
tree94497e22e5f65f22a49521d8888b370d9cd61306 /Makefile.ci
parent270b2be49e9cdc70936cec8495c53602bcf40f57 (diff)
parente809ef5a4027c03f4193bcf5d98cad9412d717b3 (diff)
Merge PR #13464: [CI] Compcert uses system libs
Reviewed-by: SkySkimmer Ack-by: Zimmi48
Diffstat (limited to 'Makefile.ci')
-rw-r--r--Makefile.ci3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.ci b/Makefile.ci
index af78f252df..759462f509 100644
--- a/Makefile.ci
+++ b/Makefile.ci
@@ -40,6 +40,7 @@ CI_TARGETS= \
ci-iris \
ci-math_classes \
ci-mathcomp \
+ ci-menhir \
ci-metacoq \
ci-mtac2 \
ci-paramcoq \
@@ -85,6 +86,8 @@ ci-metacoq: ci-equations
ci-vst: ci-flocq
+ci-compcert: ci-menhir ci-flocq
+
# Generic rule, we use make to ease CI integration
$(CI_TARGETS): ci-%:
+./dev/ci/ci-wrapper.sh $*