Skip to content

Commit a835de1

Browse files
author
Panos
committed
Updated appveyor scripts, gitignore
1 parent 7a21878 commit a835de1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ libssh/compile_commands.json
1010
wheelhouse
1111
.idea
1212
tests/unit_test_cert_key-cert.pub
13+
doc/_build

ci/appveyor/build_ssh.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ mkdir src
44
cd src
55

66
cmake ..\libssh ^
7+
-A x64 ^
78
-DCMAKE_BUILD_TYPE=Release ^
89
-DZLIB_LIBRARY=C:/zlib/lib/zlibstatic.lib ^
910
-DZLIB_INCLUDE_DIR=C:/zlib/include ^

ci/appveyor/build_zlib.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ IF "%PYTHON_VERSION%" == "2.7" (exit 0)
33
mkdir zlib_build && cd zlib_build
44

55
cmake ..\zlib-1.2.11 ^
6+
-A x64 ^
67
-DCMAKE_INSTALL_PREFIX="C:\zlib" ^
78
-DCMAKE_BUILD_TYPE=Release ^
89
-DBUILD_SHARED_LIBS=OFF

0 commit comments

Comments
 (0)