[skip ci]
@@ -95,3 +95,7 @@ bash .ci/testbuild.sh "NOTEST" "-DLTC_NO_TEST" "$3" "$4" "$5"
make clean &>/dev/null
bash .ci/testbuild.sh "NOFILE" "-DLTC_NO_FILE" "$3" "$4" "$5"
+
+# ref: $Format:%D$
+# git commit: $Format:%H$
+# commit time: $Format:%ai$
@@ -18,3 +18,7 @@ then
fi
echo "${CC}="`${CC} -dumpversion`
echo
@@ -20,3 +20,7 @@ if find testok.txt -type f 1>/dev/null 2>/dev/null ; then
exit 0
exit 1
@@ -31,3 +31,7 @@ alive_pid=$!
valgrind --error-exitcode=666 --leak-check=full --show-leak-kinds=all --errors-for-leak-kinds=all ./test >test_std.txt 2> >(tee -a test_err.txt >&2) || { kill $alive_pid; echo "Valgrind failed"; exit 1; }
kill $alive_pid
@@ -38,3 +38,7 @@ curl -k --form project=libtomcrypt \
--form version=\"${myversion}\" \
--form description="\"libtomcrypt version ${myversion}\"" \
https://scan.coverity.com/builds?project=libtom%2Flibtomcrypt
@@ -382,3 +382,7 @@ $failure ||= process_makefiles(1) if $update_makefiles;
die_usage unless defined $failure;
exit $failure ? 1 : 0;
@@ -292,3 +292,7 @@ install_bins: hashsum
install_docs: doc/crypt.pdf
cmd /c if not exist "$(PREFIX)\doc" mkdir "$(PREFIX)\doc"
copy /Y doc\crypt.pdf "$(PREFIX)\doc"
@@ -277,3 +277,7 @@ install_bins: hashsum
@@ -298,3 +298,7 @@ install_bins: hashsum
@mkdir -p $(DESTDIR)$(DATAPATH)
@cp doc/crypt.pdf $(DESTDIR)$(DATAPATH)/
@@ -475,3 +475,7 @@ codecheck: $(call print-help,codecheck,Check the code of the library)
perlcritic *.pl
help: $(call print-help,help,That's what you're currently looking at)
@@ -10,3 +10,7 @@ if [ $# -eq 1 ] && [ "$1" == "-c" ]; then