diff options
Diffstat (limited to 'Makefile.ci')
| -rw-r--r-- | Makefile.ci | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.ci b/Makefile.ci index e86504b76d..fb4f275e9e 100644 --- a/Makefile.ci +++ b/Makefile.ci @@ -34,6 +34,7 @@ CI_TARGETS=ci-bedrock2 \ ci-math-comp \ ci-mtac2 \ ci-pidetop \ + ci-plugin-tutorial \ ci-quickchick \ ci-sf \ ci-simple-io \ @@ -59,7 +60,7 @@ ci-quickchick: ci-ext-lib ci-simple-io ci-formal-topology: ci-corn -# Generic rule, we use make to ease travis integration with mixed rules +# Generic rule, we use make to ease CI integration $(CI_TARGETS): ci-%: +./dev/ci/ci-wrapper.sh $* |
