Skip to content

Commit f754202

Browse files
committed
Updated appveyor cfg
1 parent 816460c commit f754202

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ build_script:
6969
- for %%I in (%PYTHONVERS%) do cp C:/zlib/lib/zlibstatic.lib %%I/libs/
7070
- for %%I in (%PYTHONVERS%) do ls %%I/libs/
7171
- ci\\appveyor\\build_ssh2.bat
72-
- for %%I in (%PYTHONVERS%) do cp src/src/libssh2.lib %%I/libs/ || cp src/src/Release/libssh2.lib %%I/libs/
72+
- for %%I in (%PYTHONVERS%) do cp build_dir/src/libssh2.lib %%I/libs/ || cp build_dir/src/Release/libssh2.lib %%I/libs/
7373
- rm -f ssh2/*.c
7474
- ps: ls ssh2
7575
- for %%I in (%PYTHONVERS%) do %%I\python.exe -V

ci/appveyor/build_ssh2.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
mkdir src
2-
cd src
1+
mkdir build_dir
2+
cd build_dir
33

44
ECHO "Building with platform %MSVC%"
5-
cmake ..\libssh2 -G "NMake Makefiles" ^
5+
cmake ..\libssh2\libssh2 -G "NMake Makefiles" ^
66
-DCMAKE_BUILD_TYPE=Release ^
77
-DCRYPTO_BACKEND=OpenSSL ^
88
-G"%MSVC%" ^

0 commit comments

Comments
 (0)