From 746026ec5e197434c7235fe3f432b451d70881b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 26 Nov 2018 09:25:01 +0100 Subject: Disable Asciidoc tests requiring DocBook if not installed The toolchain is too heavy for CI. Gotta wait for me to finish the work on Asciideck for building HTML pages. --- test/plugin_asciidoc.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/plugin_asciidoc.mk') diff --git a/test/plugin_asciidoc.mk b/test/plugin_asciidoc.mk index 0b0685e..c2c4318 100644 --- a/test/plugin_asciidoc.mk +++ b/test/plugin_asciidoc.mk @@ -6,6 +6,9 @@ ASCIIDOC_TARGETS = $(call list_targets,asciidoc) asciidoc: $(ASCIIDOC_TARGETS) +# Disable the Asciidoc tests requiring the DocBook toolchain +# when Asciidoc is not installed. The toolchain is too heavy for CI. +ifneq ($(shell which a2x),) asciidoc-build: build clean $i "Bootstrap a new OTP application named $(APP)" @@ -117,6 +120,7 @@ asciidoc-guide: build clean $t test -f $(APP)/doc/guide.pdf $t test -d $(APP)/doc/html/ $t test ! -e $(APP)/doc/man3/ +endif asciidoc-install: build clean -- cgit v1.2.3