release-windows: do not build with PCRE
This commit is contained in:
parent
051b1bb3fe
commit
f5f0c115a2
|
@ -29,6 +29,7 @@ jobs:
|
|||
uses: microsoft/setup-msbuild@v1.0.2
|
||||
|
||||
- name: Install PCRE
|
||||
if: false
|
||||
run: |
|
||||
curl -fsSL https://ftp.pcre.org/pub/pcre/pcre-8.44.zip -o pcre-8.44.zip
|
||||
7z x pcre-8.44.zip
|
||||
|
@ -79,7 +80,7 @@ jobs:
|
|||
del Build\gui\cppcheck-gui.pdb
|
||||
|
||||
- name: Build CLI x64 release configuration using MSBuild
|
||||
run: msbuild -m cppcheck.sln /t:cli /p:Configuration=Release-PCRE /p:Platform=x64
|
||||
run: msbuild -m cppcheck.sln /t:cli /p:Configuration=Release /p:Platform=x64
|
||||
|
||||
- name: Collect files
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue