Skip to content

Commit e672819

Browse files
committed
Don't fail on h2specd and test against OTP-20+ only
1 parent 020c24e commit e672819

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ dep_cowboy_commit = 2.6.0
2626
dep_ci.erlang.mk = git https://github.com/ninenines/ci.erlang.mk master
2727
DEP_EARLY_PLUGINS = ci.erlang.mk
2828

29-
AUTO_CI_OTP ?= OTP-19+
29+
AUTO_CI_OTP ?= OTP-20+
3030
AUTO_CI_HIPE ?= OTP-LATEST
3131
# AUTO_CI_ERLLVM ?= OTP-LATEST
32-
AUTO_CI_WINDOWS ?= OTP-19+
32+
AUTO_CI_WINDOWS ?= OTP-20+
3333

3434
# Standard targets.
3535

@@ -53,6 +53,6 @@ test-build:: $(H2SPECD)
5353

5454
$(H2SPECD):
5555
$(gen_verbose) mkdir -p $(GOPATH)/src/github.com/summerwind
56-
$(verbose) git clone --depth 1 https://github.com/summerwind/h2spec $(dir $(H2SPECD))
57-
$(verbose) $(MAKE) -C $(dir $(H2SPECD)) build MAKEFLAGS=
58-
$(verbose) go build -o $(H2SPECD) $(dir $(H2SPECD))/cmd/h2spec/h2specd.go
56+
- $(verbose) git clone --depth 1 https://github.com/summerwind/h2spec $(dir $(H2SPECD))
57+
- $(verbose) $(MAKE) -C $(dir $(H2SPECD)) build MAKEFLAGS=
58+
- $(verbose) go build -o $(H2SPECD) $(dir $(H2SPECD))/cmd/h2spec/h2specd.go

0 commit comments

Comments
 (0)