From cca579d218599441c464d150380b791d8615e37e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 29 Aug 2021 18:23:43 +0300 Subject: [PATCH] update Makefile and default target Adds a `sha256sum-$(VSN).txt`. For easier CI. --- .build.yml | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.build.yml b/.build.yml index bdfcb87..cab512c 100644 --- a/.build.yml +++ b/.build.yml @@ -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 diff --git a/Makefile b/Makefile index 11e81ed..f5c8038 100644 --- a/Makefile +++ b/Makefile @@ -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: