1
Fork 0

update Makefile and default target

Adds a `sha256sum-$(VSN).txt`. For easier CI.
main
Motiejus Jakštys 2021-08-29 18:23:43 +03:00 committed by Motiejus Jakštys
parent 436a866f5d
commit cca579d218
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ tasks:
- lint: |
make -C undocker -O -j$(nproc) lint
- binaries: |
make -C undocker -O -j$(nproc) sha256sum.txt
cat undocker/sha256sum.txt
make -C undocker -O -j$(nproc) all
cat undocker/sha256sum-*.txt
artifacts:
- undocker/coverage.html

View File

@ -24,7 +24,7 @@ $(foreach goosarch,$(GOOSARCHS),\
$(eval $(call undockertarget,$(word 1,$(subst /, ,$(goosarch))),$(word 2,$(subst /, ,$(goosarch))))))
.PHONY: all
all: $(UNDOCKERS)
all: $(UNDOCKERS) sha256sum-$(VSN).txt
.PHONY: lint
lint: