aboutsummaryrefslogtreecommitdiffstats
path: root/erlang.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-10-04 01:02:06 +0200
committerLoïc Hoguin <[email protected]>2016-10-04 01:02:06 +0200
commit7b4eda3f34944f6f950e3089768f6dd7b382a0b2 (patch)
tree85243a2f5390df48a6972bcd0ba52b3ab0838e67 /erlang.mk
parent52a2ff96e8df1dc64ada5add37810e964a8e7015 (diff)
downloadcowlib-7b4eda3f34944f6f950e3089768f6dd7b382a0b2.tar.gz
cowlib-7b4eda3f34944f6f950e3089768f6dd7b382a0b2.tar.bz2
cowlib-7b4eda3f34944f6f950e3089768f6dd7b382a0b2.zip
Update Erlang.mk to fix a small CI issue
Diffstat (limited to 'erlang.mk')
-rw-r--r--erlang.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/erlang.mk b/erlang.mk
index c957e62..f977d6d 100644
--- a/erlang.mk
+++ b/erlang.mk
@@ -16,7 +16,7 @@
ERLANG_MK_FILENAME := $(realpath $(lastword $(MAKEFILE_LIST)))
-ERLANG_MK_VERSION = 2.0.0-pre.2-140-gc313f4d
+ERLANG_MK_VERSION = 2.0.0-pre.2-141-g8fc7cf4
# Core configuration.
@@ -5963,11 +5963,12 @@ ci_verbose = $(ci_verbose_$(V))
define ci_target
ci-$(1): $(CI_INSTALL_DIR)/$(1)
+ $(verbose) $(MAKE) --no-print-directory clean;
$(ci_verbose) \
PATH="$(CI_INSTALL_DIR)/$(1)/bin:$(PATH)" \
CI_OTP_RELEASE="$(1)" \
CT_OPTS="-label $(1)" \
- $(MAKE) clean ci-setup tests
+ $(MAKE) ci-setup tests
endef
$(foreach otp,$(CI_OTP),$(eval $(call ci_target,$(otp))))