From 30e307f3cf31ced95008cfd3a2536bd67c603870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 28 Aug 2017 16:39:02 +0200 Subject: Tweak newly added docs --- doc/src/guide/ci.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/src/guide/ci.asciidoc b/doc/src/guide/ci.asciidoc index 0e70001..2b69e28 100644 --- a/doc/src/guide/ci.asciidoc +++ b/doc/src/guide/ci.asciidoc @@ -46,7 +46,9 @@ The `ci` target can be extended. For example to run Dialyzer at the end of CI: [source,make] +---- ci:: dialyze +---- Additional setup can be done by extending the `ci-setup` target. This target is ran before testing each individual @@ -56,7 +58,9 @@ For example, to ensure dependencies are re-fetched/built before testing individual Erlang/OTP releases: [source,make] +---- ci-setup:: distclean +---- Similarly, the `ci-extra` target can be extended to run extra commands after an Erlang/OTP version has been tested. -- cgit v1.2.3