Skip to content

Commit faafd93

Browse files
authored
createrelease: get_checkers.py should be executed before a release [ci skip] (#5750)
1 parent 7c456ac commit faafd93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

createrelease

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
# make clean && make CXXFLAGS=-O2 MATCHCOMPILER=yes -j4
1414
# ./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
1515
#
16+
# Generate lib/checkers.cpp (TODO the premium checkers should not be statically coded)
17+
# cd ~/cppchecksolutions/cppcheck && python3 tools/get_checkers.py > lib/checkers.cpp
18+
#
1619
# Update translations
1720
# lupdate gui.pro
1821
#

0 commit comments

Comments
 (0)