createrelease: do self check during release

This commit is contained in:
Daniel Marjamäki 2016-08-07 16:52:40 +02:00
parent f45dc345a9
commit f337838917
1 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
# #
# A script for creating release packages. The release packages are create in the home directory. # A script for creating release packages. The release packages are create in the home directory.
# #
# self check:
# cppcheck --enable=style --inconclusive cli gui lib
#
# Update translations # Update translations
# lupdate gui.pro # lupdate gui.pro
# #
@ -48,7 +51,7 @@
# save "cppcheck --doc" output on wiki, write new release date on wikis # save "cppcheck --doc" output on wiki, write new release date on wikis
# #
# compile new democlient: # compile new democlient:
# ssh -t danielmarjamaki,cppcheck@shell.sourceforge.net # ssh -t danielmarjamaki,cppcheck@shell.sourceforge.net create
# ./build-cppcheck.sh 1.43 # ./build-cppcheck.sh 1.43
# #
# run daca with new release # run daca with new release