|
@@ -39,6 +39,10 @@ AUTO_CI_HIPE ?= OTP-LATEST
|
|
|
|
|
|
AUTO_CI_WINDOWS ?= OTP-21+
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+ci-setup:: distclean-deps
|
|
|
+
|
|
|
|
|
|
|
|
|
define HEX_TARBALL_EXTRA_METADATA
|
|
@@ -60,12 +64,6 @@ include erlang.mk
|
|
|
|
|
|
TEST_ERLC_OPTS += +'{parse_transform, eunit_autoexport}' +'{parse_transform, horse_autoexport}'
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-ci-setup::
|
|
|
- -$(MAKE) -C $(DEPS_DIR)/horse clean
|
|
|
- -$(MAKE) -C $(DEPS_DIR)/proper clean
|
|
|
-
|
|
|
|
|
|
|
|
|
GEN_URL = http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types
|