Added credential helper (#51)

* Added credential helper script
* make build only for amd64 and z/os
This commit is contained in:
Amrit K Kandola
2020-01-22 16:15:57 +00:00
committed by GitHub Enterprise
parent 2cbad648b9
commit b64f8e8c21
3 changed files with 56 additions and 0 deletions

View File

@@ -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