aboutsummaryrefslogtreecommitdiff
path: root/Makefile.ci
diff options
context:
space:
mode:
authorEnrico Tassi2020-11-24 09:46:54 +0100
committerEnrico Tassi2020-11-25 15:59:42 +0100
commitdc8e605d9cadf0d7ead78481e0e68756713f7aa0 (patch)
treee24089d1b512f080c5cfaa03a235715fdfd669a8 /Makefile.ci
parent94abc3dce396b77e98900e604e3117986dd2ab60 (diff)
[ci] make compcert use flocq and menhir
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 $*