diff options
| author | Emilio Jesus Gallego Arias | 2018-06-03 13:32:32 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-06-03 13:32:32 +0200 |
| commit | c2279eea0b8666282e640637a74947ba554627d6 (patch) | |
| tree | c5369f44fd75f5997ef7314b2aa5fa7b04689b00 /Makefile.ci | |
| parent | 5c93d722426a552f4cf1ce93bcd3dbaf14948b6f (diff) | |
| parent | 3334a54c1e6e75a7d1080498e1ce58bd0ecb73bd (diff) | |
Merge PR #7656: CI for QuickChick and ext-lib
Diffstat (limited to 'Makefile.ci')
| -rw-r--r-- | Makefile.ci | 4 |
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 |
