From 62cf6d7522f20965adf83a7124b4de79352c912c Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Mon, 20 Feb 2023 12:25:35 +0100 Subject: [PATCH] Include TIS-CI in the relase, remove dist target --- dist.sh | 1 + dist_ignore | 2 +- tests/test.sh | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dist.sh b/dist.sh index f9cf035..c8f3615 100755 --- a/dist.sh +++ b/dist.sh @@ -75,6 +75,7 @@ find $FOLDER -type f -exec sed -i "s/__git__/$VERSION/g" \{\} \; # Remove the dist target from the makefile (no recursive releases!), # and the tests/vector.h target, which ships with the tarball. sed -i '/# Remove lines below for the tarball/,$d' $FOLDER/makefile +sed -i 's/clean uninstall dist/clean uninstall/' $FOLDER/makefile # Remove contributor notes from the README sed -e '/Contributor notes/,$d' \ diff --git a/dist_ignore b/dist_ignore index 3febe89..931556f 100644 --- a/dist_ignore +++ b/dist_ignore @@ -35,4 +35,4 @@ dist_ignore tests/gen* doc/*.sh tis.config -tests/tis-ci* +tests/tis-ci-gen-config.sh diff --git a/tests/test.sh b/tests/test.sh index 5c36c53..7d2207d 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -53,6 +53,7 @@ set -e +make clean; make tis-ci make clean; make test make clean; make test CFLAGS="-DBLAKE2_NO_UNROLLING -O3" make clean; make test CC="clang -std=c99" CFLAGS="-g -fsanitize=address" -- 2.47.3