Skip to content

Commit f367313

Browse files
committed
Windows release: Use matchcompiler
1 parent eb4754b commit f367313

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/release-windows.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
lupdate gui.pro
5959
lrelease gui.pro -removeidentical
6060
61+
- name: Matchcompiler
62+
run: python tools\matchcompiler.py --write-dir lib
63+
6164
- name: Build x64 release GUI
6265
run: |
6366
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
@@ -67,14 +70,12 @@ jobs:
6770
6871
- name: Deploy app
6972
run: |
70-
dir Build\gui
7173
windeployqt Build\gui
72-
dir Build\gui
7374
del Build\gui\cppcheck-gui.ilk
7475
del Build\gui\cppcheck-gui.pdb
7576
7677
- name: Build CLI x64 release configuration using MSBuild
77-
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
7879

7980
- name: Build Installer
8081
run: |

0 commit comments

Comments
 (0)