mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
iis: Waiting for 5 seconds before move curl directory
Testing buildbot.
This commit is contained in:
committed by
Felipe Zimmerle
parent
f70f6f4281
commit
9bf2959c91
@@ -1,15 +1,18 @@
|
|||||||
cd "%WORK_DIR%"
|
cd "%WORK_DIR%"
|
||||||
|
|
||||||
@if NOT EXIST "%SOURCE_DIR%\%CURL%" goto file_not_found_bin
|
@if NOT EXIST "%SOURCE_DIR%\%CURL%" goto file_not_found_bin
|
||||||
|
echo "7z..."
|
||||||
7z.exe x "%SOURCE_DIR%\%CURL%"
|
7z.exe x "%SOURCE_DIR%\%CURL%"
|
||||||
|
echo "Timeout..."
|
||||||
|
timeout 5
|
||||||
|
echo "Curl..."
|
||||||
set CURL_DIR=%CURL:~0,-4%
|
set CURL_DIR=%CURL:~0,-4%
|
||||||
|
echo "Move..."
|
||||||
move "%CURL_DIR%" "curl"
|
move "%CURL_DIR%" "curl"
|
||||||
|
echo "Cd..."
|
||||||
:: copy /y CMakeLists.txt "curl"
|
:: copy /y CMakeLists.txt "curl"
|
||||||
CD "curl"
|
CD "curl"
|
||||||
|
echo "Cmake..."
|
||||||
CMAKE -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_SHARED_LIBS=True -DCURL_ZLIB=True
|
CMAKE -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_SHARED_LIBS=True -DCURL_ZLIB=True
|
||||||
@if NOT (%ERRORLEVEL%) == (0) goto build_failed
|
@if NOT (%ERRORLEVEL%) == (0) goto build_failed
|
||||||
:: "%WORK_DIR%\fart.exe" -r -C "%WORK_DIR%\curl\include\curl\curlbuild.h" LLU ULL
|
:: "%WORK_DIR%\fart.exe" -r -C "%WORK_DIR%\curl\include\curl\curlbuild.h" LLU ULL
|
||||||
|
Reference in New Issue
Block a user