Index: README.release =================================================================== diff -u -N -r630319dd9908c74434b74d5e345e713a50d5b0c7 -r6d4bc2bb2141ac6a06e4d24d54e6b2079b8dd884 --- README.release (.../README.release) (revision 630319dd9908c74434b74d5e345e713a50d5b0c7) +++ README.release (.../README.release) (revision 6d4bc2bb2141ac6a06e4d24d54e6b2079b8dd884) @@ -20,18 +20,26 @@ * run static analysis: cppcheck --enable=all -DNDEBUG *.c /opt/local/bin/scan-build-mp-3.7 -enable-checker alpha make - * configure without --enable-development - make install - make install-aol - test with naviserver/aolserver (xowiki/xowf) * run Coverity (7.6.0, requires gcc 4.8): (sudo port install gcc48) (download Coverity Build Tool from https://scan.coverity.com/download/) make clean rm -rf cov-int/ /usr/local/cov-analysis-macosx-7.6.0/bin/cov-build --dir cov-int make CC=gcc-mp-4.8 tar czvf /tmp/nsf.tgz cov-int - (upload tgz to Coverity scanner) + + curl --form token=jJ1QoqZ2Ksriz6JXtI3aHg \ + --form email= \ + --form file=@/tmp/nsf.tgz \ + --form version="`git describe --tags`" \ + --form description="maintenance checkout" \ + https://scan.coverity.com/builds?project=Next+Scripting+Framework + + + * configure without --enable-development + make install + make install-aol + test with naviserver/aolserver (xowiki/xowf) * tcl 8.6: * configure with --enable-development make test