mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-15 17:12:14 +03:00
find path
This commit is contained in:
10
.github/workflows/test-ci-windows.yml
vendored
10
.github/workflows/test-ci-windows.yml
vendored
@@ -93,7 +93,7 @@ jobs:
|
|||||||
$archFlag = "${{ matrix.arch }}"
|
$archFlag = "${{ matrix.arch }}"
|
||||||
$cmakeArch = if ($archFlag -eq "x86") { "Win32" } else { "x64" }
|
$cmakeArch = if ($archFlag -eq "x86") { "Win32" } else { "x64" }
|
||||||
|
|
||||||
$vcpkgIncludePath = "${{ github.workspace }}\build\vcpkg_installed\${{ matrix.arch }}-windows\include"
|
$vcpkgIncludePath = "${{ github.workspace }}\iis\build-${{ matrix.arch }}\vcpkg_installed\${{ matrix.arch }}-windows\include"
|
||||||
Write-Host "Checking vcpkg include path: $vcpkgIncludePath"
|
Write-Host "Checking vcpkg include path: $vcpkgIncludePath"
|
||||||
if (Test-Path -Path $vcpkgIncludePath) {
|
if (Test-Path -Path $vcpkgIncludePath) {
|
||||||
Write-Host "vcpkg include path exists. Contents:"
|
Write-Host "vcpkg include path exists. Contents:"
|
||||||
@@ -113,10 +113,10 @@ jobs:
|
|||||||
-DWITH_YAJL=ON `
|
-DWITH_YAJL=ON `
|
||||||
-S IIS -B "iis\build-${{ matrix.arch }}"
|
-S IIS -B "iis\build-${{ matrix.arch }}"
|
||||||
|
|
||||||
- name: Build IIS Module
|
# - name: Build IIS Module
|
||||||
shell: pwsh
|
# shell: pwsh
|
||||||
run: |
|
# run: |
|
||||||
cmake --build "iis\build-${{ matrix.arch }}" --config Release
|
# cmake --build "iis\build-${{ matrix.arch }}" --config Release
|
||||||
|
|
||||||
# - name: Package IIS Module with WiX
|
# - name: Package IIS Module with WiX
|
||||||
# shell: pwsh
|
# shell: pwsh
|
||||||
|
|||||||
Reference in New Issue
Block a user