createrelease: get_checkers.py should be executed before a release [ci skip] (#5750)
This commit is contained in:
parent
7c456ac1f7
commit
faafd93b89
|
@ -13,6 +13,9 @@
|
||||||
# make clean && make CXXFLAGS=-O2 MATCHCOMPILER=yes -j4
|
# make clean && make CXXFLAGS=-O2 MATCHCOMPILER=yes -j4
|
||||||
# ./cppcheck -D__CPPCHECK__ -D__GNUC__ -DCHECK_INTERNAL -DHAVE_RULES --std=c++11 --library=cppcheck-lib --library=qt --enable=style --inconclusive --inline-suppr --suppress=bitwiseOnBoolean --suppress=shadowFunction --suppress=useStlAlgorithm --suppress=*:externals/picojson.h --suppress=functionConst --suppress=functionStatic --xml cli gui/*.cpp lib 2> selfcheck.xml
|
# ./cppcheck -D__CPPCHECK__ -D__GNUC__ -DCHECK_INTERNAL -DHAVE_RULES --std=c++11 --library=cppcheck-lib --library=qt --enable=style --inconclusive --inline-suppr --suppress=bitwiseOnBoolean --suppress=shadowFunction --suppress=useStlAlgorithm --suppress=*:externals/picojson.h --suppress=functionConst --suppress=functionStatic --xml cli gui/*.cpp lib 2> selfcheck.xml
|
||||||
#
|
#
|
||||||
|
# Generate lib/checkers.cpp (TODO the premium checkers should not be statically coded)
|
||||||
|
# cd ~/cppchecksolutions/cppcheck && python3 tools/get_checkers.py > lib/checkers.cpp
|
||||||
|
#
|
||||||
# Update translations
|
# Update translations
|
||||||
# lupdate gui.pro
|
# lupdate gui.pro
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue