Added credential helper (#51)
* Added credential helper script * make build only for amd64 and z/os
This commit is contained in:
committed by
GitHub Enterprise
parent
2cbad648b9
commit
b64f8e8c21
6
Makefile
6
Makefile
@@ -383,6 +383,12 @@ clean:
|
||||
install-build-deps:
|
||||
ARCH=$(ARCH) ./install-build-deps.sh
|
||||
|
||||
.PHONY: install-credential-helper
|
||||
install-credential-helper:
|
||||
ifneq ($(ARCH),ppc64le)
|
||||
ARCH=$(ARCH) ./travis-build-scripts/install-credential-helper.sh
|
||||
endif
|
||||
|
||||
.PHONY: build-cov
|
||||
build-cov:
|
||||
mkdir -p build
|
||||
|
||||
Reference in New Issue
Block a user