aboutsummaryrefslogtreecommitdiff
path: root/Makefile.ci
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-06-03 13:32:32 +0200
committerEmilio Jesus Gallego Arias2018-06-03 13:32:32 +0200
commitc2279eea0b8666282e640637a74947ba554627d6 (patch)
treec5369f44fd75f5997ef7314b2aa5fa7b04689b00 /Makefile.ci
parent5c93d722426a552f4cf1ce93bcd3dbaf14948b6f (diff)
parent3334a54c1e6e75a7d1080498e1ce58bd0ecb73bd (diff)
Merge PR #7656: CI for QuickChick and ext-lib
Diffstat (limited to 'Makefile.ci')
-rw-r--r--Makefile.ci4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.ci b/Makefile.ci
index ce725d19dd..7f63157faf 100644
--- a/Makefile.ci
+++ b/Makefile.ci
@@ -17,6 +17,7 @@ CI_TARGETS=ci-bignums \
ci-cpdt \
ci-cross-crypto \
ci-elpi \
+ ci-ext-lib \
ci-equations \
ci-fcsl-pcm \
ci-fiat-crypto \
@@ -31,6 +32,7 @@ CI_TARGETS=ci-bignums \
ci-math-comp \
ci-mtac2 \
ci-pidetop \
+ ci-quickchick \
ci-sf \
ci-tlc \
ci-unimath \
@@ -50,6 +52,8 @@ ci-math-classes: ci-bignums
ci-corn: ci-math-classes
+ci-quickchick: ci-ext-lib
+
ci-formal-topology: ci-corn
# Generic rule, we use make to ease travis integration with mixed rules