]> git.codecow.com Git - Monocypher.git/commitdiff
Include TIS-CI in the relase, remove dist target
authorLoup Vaillant <loup@loup-vaillant.fr>
Mon, 20 Feb 2023 11:25:35 +0000 (12:25 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Mon, 20 Feb 2023 11:25:35 +0000 (12:25 +0100)
dist.sh
dist_ignore
tests/test.sh

diff --git a/dist.sh b/dist.sh
index f9cf035da634d81355853d447e902895279a4a63..c8f36158c9489e2069b068d29ae42492e8943902 100755 (executable)
--- 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' \
index 3febe89c5043592cbe7fe6daa1e6eb4ba1ccceb3..931556f3378fa0404ed0f2a8e61137d0afb6c2fb 100644 (file)
@@ -35,4 +35,4 @@ dist_ignore
 tests/gen*
 doc/*.sh
 tis.config
-tests/tis-ci*
+tests/tis-ci-gen-config.sh
index 5c36c534e1fd4e5568255dc0b78eae7b69ecd850..7d2207d4129f0059a46fff8bdf9060010e2bff8f 100755 (executable)
@@ -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"