Skip to content

Commit

Permalink
createrelease: specify commands to check ids
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Feb 14, 2024
1 parent 930f52c commit 11f7762
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions createrelease
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
#
# check every isPremiumEnabled call:
# - every id should be in --errorlist
# git grep 'isPremiumEnabled[(]"' | sed 's/.*isPremiumEnabled[(]"//' | sed 's/".*//' | sort | uniq > ids1.txt
# ./cppcheck --errorlist | grep ' id="' | sed 's/.* id="//' | sed 's/".*//' | sort | uniq > ids2.txt
# diff -y ids1.txt ids2.txt
# - premiumaddon: check coverage.py
# python3 coverage.py --id ; sort ids-*.txt | uniq > ~/cppcheck/ids3.txt
# diff -y ids2.txt ids3.txt
#
# Windows installer:
# - ensure latest build was successful
Expand Down

0 comments on commit 11f7762

Please sign in to comment.