aboutsummaryrefslogtreecommitdiff
path: root/Makefile.ci
diff options
context:
space:
mode:
authorMatthieu Sozeau2019-02-20 01:53:54 +0100
committerMatthieu Sozeau2020-03-23 20:34:16 +0100
commite2d0b2d134d7a9b188acc12b5cf913b52f57c8b3 (patch)
tree55bafd306bb269684763a6928a66cb3bff593274 /Makefile.ci
parentb079040702d34ab06a0b1da2893d739e04477b78 (diff)
[ci] add metacoq
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 dfb3f69a8c..f58dd9f37a 100644
--- a/Makefile.ci
+++ b/Makefile.ci
@@ -33,6 +33,7 @@ CI_TARGETS= \
ci-iris-lambda-rust \
ci-math-classes \
ci-math-comp \
+ ci-metacoq \
ci-mtac2 \
ci-paramcoq \
ci-perennial \
@@ -72,6 +73,8 @@ ci-fiat-crypto: ci-coqprime ci-rewriter
ci-simple-io: ci-ext-lib
ci-quickchick: ci-ext-lib ci-simple-io
+ci-metacoq: ci-equations
+
# Generic rule, we use make to ease CI integration
$(CI_TARGETS): ci-%:
+./dev/ci/ci-wrapper.sh $*