File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ build_script:
69
69
- for %%I in (%PYTHONVERS%) do cp C:/zlib/lib/zlibstatic.lib %%I/libs/
70
70
- for %%I in (%PYTHONVERS%) do ls %%I/libs/
71
71
- 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/
73
73
- rm -f ssh2/*.c
74
74
- ps : ls ssh2
75
75
- for %%I in (%PYTHONVERS%) do %%I\python.exe -V
Original file line number Diff line number Diff line change 1
- mkdir src
2
- cd src
1
+ mkdir build_dir
2
+ cd build_dir
3
3
4
4
ECHO " Building with platform %MSVC% "
5
- cmake ..\libssh2 -G " NMake Makefiles" ^
5
+ cmake ..\libssh2\libssh2 -G " NMake Makefiles" ^
6
6
-DCMAKE_BUILD_TYPE=Release ^
7
7
-DCRYPTO_BACKEND=OpenSSL ^
8
8
-G" %MSVC% " ^
You can’t perform that action at this time.
0 commit comments