aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-02-28 10:02:47 +0100
committerLoïc Hoguin <[email protected]>2020-02-28 10:02:47 +0100
commite6728197ec606e43361c75c0ad7c21002cdcc8e5 (patch)
treec46739d555be0bd506aae630818a2d822c3c1ef2
parent020c24e8aaff49e150fa954ac7a4354b7cfca019 (diff)
downloadgun-e6728197ec606e43361c75c0ad7c21002cdcc8e5.tar.gz
gun-e6728197ec606e43361c75c0ad7c21002cdcc8e5.tar.bz2
gun-e6728197ec606e43361c75c0ad7c21002cdcc8e5.zip
Don't fail on h2specd and test against OTP-20+ only
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 4e5df28..a534d5b 100644
--- a/Makefile
+++ b/Makefile
@@ -26,10 +26,10 @@ dep_cowboy_commit = 2.6.0
dep_ci.erlang.mk = git https://github.com/ninenines/ci.erlang.mk master
DEP_EARLY_PLUGINS = ci.erlang.mk
-AUTO_CI_OTP ?= OTP-19+
+AUTO_CI_OTP ?= OTP-20+
AUTO_CI_HIPE ?= OTP-LATEST
# AUTO_CI_ERLLVM ?= OTP-LATEST
-AUTO_CI_WINDOWS ?= OTP-19+
+AUTO_CI_WINDOWS ?= OTP-20+
# Standard targets.
@@ -53,6 +53,6 @@ test-build:: $(H2SPECD)
$(H2SPECD):
$(gen_verbose) mkdir -p $(GOPATH)/src/github.com/summerwind
- $(verbose) git clone --depth 1 https://github.com/summerwind/h2spec $(dir $(H2SPECD))
- $(verbose) $(MAKE) -C $(dir $(H2SPECD)) build MAKEFLAGS=
- $(verbose) go build -o $(H2SPECD) $(dir $(H2SPECD))/cmd/h2spec/h2specd.go
+ - $(verbose) git clone --depth 1 https://github.com/summerwind/h2spec $(dir $(H2SPECD))
+ - $(verbose) $(MAKE) -C $(dir $(H2SPECD)) build MAKEFLAGS=
+ - $(verbose) go build -o $(H2SPECD) $(dir $(H2SPECD))/cmd/h2spec/h2specd.go