Skip to content

Commit

Permalink
createrelease: get_checkers.py should be executed before a release
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Dec 11, 2023
1 parent 243fa66 commit f3537ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions createrelease
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# 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
#
# 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
# lupdate gui.pro
#
Expand Down

0 comments on commit f3537ec

Please sign in to comment.