Skip to content

Commit 9bf2959

Browse files
author
Felipe \"Zimmerle\" Costa
committed
iis: Waiting for 5 seconds before move curl directory
Testing buildbot.
1 parent f70f6f4 commit 9bf2959

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

iis/dependencies/build_curl.bat

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
cd "%WORK_DIR%"
22

33
@if NOT EXIST "%SOURCE_DIR%\%CURL%" goto file_not_found_bin
4-
4+
echo "7z..."
55
7z.exe x "%SOURCE_DIR%\%CURL%"
6-
6+
echo "Timeout..."
7+
timeout 5
8+
echo "Curl..."
79
set CURL_DIR=%CURL:~0,-4%
8-
9-
move "%CURL_DIR%" "curl"
10-
11-
:: copy /y CMakeLists.txt "curl"
12-
CD "curl"
10+
echo "Move..."
11+
move "%CURL_DIR%" "curl"
12+
echo "Cd..."
13+
:: copy /y CMakeLists.txt "curl"
14+
CD "curl"
15+
echo "Cmake..."
1316
CMAKE -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_SHARED_LIBS=True -DCURL_ZLIB=True
1417
@if NOT (%ERRORLEVEL%) == (0) goto build_failed
1518
:: "%WORK_DIR%\fart.exe" -r -C "%WORK_DIR%\curl\include\curl\curlbuild.h" LLU ULL

0 commit comments

Comments
 (0)