diff options
author | Loïc Hoguin <[email protected]> | 2018-08-13 22:23:05 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-08-13 22:23:05 +0200 |
commit | 8d634d0ff4ea1ca744a8a789aa5edf6682e8cd87 (patch) | |
tree | cb208a1882456c74acfc4c225f614bc3c508527f /Makefile | |
parent | 0a5fadc60bc586946ebd3b17839bcaf13b76f6d0 (diff) | |
download | cowboy-8d634d0ff4ea1ca744a8a789aa5edf6682e8cd87.tar.gz cowboy-8d634d0ff4ea1ca744a8a789aa5edf6682e8cd87.tar.bz2 cowboy-8d634d0ff4ea1ca744a8a789aa5edf6682e8cd87.zip |
See if recompiling ct_helper every time fixes ci builds
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -68,7 +68,9 @@ $(H2SPEC): $(verbose) git clone --depth 1 https://github.com/summerwind/h2spec $(dir $(H2SPEC)) $(verbose) $(MAKE) -C $(GOPATH)/src/github.com/summerwind/h2spec build MAKEFLAGS= -# Use erl_make_certs from the tested release during CI. +# Use erl_make_certs from the tested release during CI +# and ensure that ct_helper is always recompiled. ci-setup:: clean deps test-deps $(gen_verbose) cp ~/.kerl/builds/$(CI_OTP_RELEASE)/otp_src_git/lib/ssl/test/erl_make_certs.erl deps/ct_helper/src/ || true + $(gen_verbose) $(MAKE) -C $(DEPS_DIR)/ct_helper clean app |