Catch cross-compiliation build failures at Travis.
This commit is contained in:
parent
b9ea658cce
commit
2b460466ed
|
@ -12,10 +12,11 @@ BUILD_TAGS?=consul
|
|||
# all builds binaries for all targets
|
||||
all: bin
|
||||
|
||||
ci:
|
||||
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then \
|
||||
$(MAKE) bin ;\
|
||||
fi
|
||||
# ci:
|
||||
# if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then \
|
||||
# $(MAKE) bin ;\
|
||||
# fi
|
||||
ci: bin test
|
||||
@$(MAKE) test
|
||||
|
||||
bin: tools
|
||||
|
|
Loading…
Reference in New Issue