We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb4754b commit f367313Copy full SHA for f367313
1 file changed
.github/workflows/release-windows.yml
@@ -58,6 +58,9 @@ jobs:
58
lupdate gui.pro
59
lrelease gui.pro -removeidentical
60
61
+ - name: Matchcompiler
62
+ run: python tools\matchcompiler.py --write-dir lib
63
+
64
- name: Build x64 release GUI
65
run: |
66
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
@@ -67,14 +70,12 @@ jobs:
67
70
68
71
- name: Deploy app
69
72
- dir Build\gui
73
windeployqt Build\gui
74
del Build\gui\cppcheck-gui.ilk
75
del Build\gui\cppcheck-gui.pdb
76
77
- name: Build CLI x64 release configuration using MSBuild
- run: msbuild -m cppcheck.sln /p:Configuration=Release-PCRE /p:Platform=x64
78
+ run: msbuild -m cppcheck.sln /t:cli /p:Configuration=Release-PCRE /p:Platform=x64
79
80
- name: Build Installer
81
0 commit comments