Newer
Older
.PHONY: build build-gateway test-ci
test-ci:
./contrib/ci.sh
ci-armhf-build:
(cd gateway; ./build.sh $(TAG))
ci-armhf-push:
(cd gateway; ./push.sh $(TAG))
.PHONY: build build-gateway test-ci
test-ci:
./contrib/ci.sh
ci-armhf-build:
(cd gateway; ./build.sh $(TAG))
ci-armhf-push:
(cd gateway; ./push.sh $(TAG))