mirror of https://github.com/status-im/consul.git
Catch cross-compiliation build failures at Travis.
This commit is contained in:
parent
504d16fdb8
commit
97904cec95
|
@ -12,10 +12,11 @@ BUILD_TAGS?=consul
|
||||||
# all builds binaries for all targets
|
# all builds binaries for all targets
|
||||||
all: bin
|
all: bin
|
||||||
|
|
||||||
ci:
|
# ci:
|
||||||
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then \
|
# if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then \
|
||||||
$(MAKE) bin ;\
|
# $(MAKE) bin ;\
|
||||||
fi
|
# fi
|
||||||
|
ci: bin test
|
||||||
@$(MAKE) test
|
@$(MAKE) test
|
||||||
|
|
||||||
bin: tools
|
bin: tools
|
||||||
|
|
Loading…
Reference in New Issue