release-windows: do not build with PCRE

This commit is contained in:
Daniel Marjamäki 2021-11-21 14:26:31 +01:00
parent 051b1bb3fe
commit f5f0c115a2
1 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@ jobs:
uses: microsoft/setup-msbuild@v1.0.2 uses: microsoft/setup-msbuild@v1.0.2
- name: Install PCRE - name: Install PCRE
if: false
run: | run: |
curl -fsSL https://ftp.pcre.org/pub/pcre/pcre-8.44.zip -o pcre-8.44.zip curl -fsSL https://ftp.pcre.org/pub/pcre/pcre-8.44.zip -o pcre-8.44.zip
7z x pcre-8.44.zip 7z x pcre-8.44.zip
@ -79,7 +80,7 @@ jobs:
del Build\gui\cppcheck-gui.pdb del Build\gui\cppcheck-gui.pdb
- name: Build CLI x64 release configuration using MSBuild - 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 - name: Collect files
run: | run: |