mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-15 17:12:14 +03:00
comment
This commit is contained in:
5
.github/workflows/test-ci-windows.yml
vendored
5
.github/workflows/test-ci-windows.yml
vendored
@@ -96,15 +96,16 @@ jobs:
|
|||||||
|
|
||||||
cmake `
|
cmake `
|
||||||
-DAPACHE_ROOT="$env:APACHE_ROOT" `
|
-DAPACHE_ROOT="$env:APACHE_ROOT" `
|
||||||
# -DSSDEEP_ROOT="${{ github.workspace }}\ssdeep-install-${{ matrix.arch }}" `
|
|
||||||
-DCMAKE_INSTALL_PREFIX="${{ github.workspace }}\iis\release\$installDir" `
|
-DCMAKE_INSTALL_PREFIX="${{ github.workspace }}\iis\release\$installDir" `
|
||||||
-DCMAKE_TOOLCHAIN_FILE="$env:VCPKG_INSTALLATION_ROOT\scripts\buildsystems\vcpkg.cmake" `
|
-DCMAKE_TOOLCHAIN_FILE="$env:VCPKG_INSTALLATION_ROOT\scripts\buildsystems\vcpkg.cmake" `
|
||||||
-A $cmakeArch `
|
-A $cmakeArch `
|
||||||
# -DWITH_SSDEEP=ON `
|
|
||||||
-DWITH_LUA=ON `
|
-DWITH_LUA=ON `
|
||||||
-DWITH_YAJL=ON `
|
-DWITH_YAJL=ON `
|
||||||
-S IIS -B "iis\build-${{ matrix.arch }}"
|
-S IIS -B "iis\build-${{ matrix.arch }}"
|
||||||
|
|
||||||
|
# -DSSDEEP_ROOT="${{ github.workspace }}\ssdeep-install-${{ matrix.arch }}" `
|
||||||
|
# -DWITH_SSDEEP=ON `
|
||||||
|
|
||||||
- name: Build IIS Module
|
- name: Build IIS Module
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user