aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-08-28 16:39:02 +0200
committerLoïc Hoguin <[email protected]>2017-08-28 16:39:02 +0200
commit30e307f3cf31ced95008cfd3a2536bd67c603870 (patch)
tree808c3c10ba04cea43a3e0dee2af0cd6e5afe43c1
parent12e625436c53b806ec66552251483755583b0c07 (diff)
downloaderlang.mk-30e307f3cf31ced95008cfd3a2536bd67c603870.tar.gz
erlang.mk-30e307f3cf31ced95008cfd3a2536bd67c603870.tar.bz2
erlang.mk-30e307f3cf31ced95008cfd3a2536bd67c603870.zip
Tweak newly added docs
-rw-r--r--doc/src/guide/ci.asciidoc4
1 files changed, 4 insertions, 0 deletions
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.