Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
ac92fb54
Commit
ac92fb54
authored
Apr 05, 2017
by
Luca Boccassi
Committed by
GitHub
Apr 05, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2502 from herbrechtsmeier/appveyor
appveyor: Use correct CURVE security options
parents
cd753eed
abbfed2b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
appveyor.yml
appveyor.yml
+15
-15
No files found.
appveyor.yml
View file @
ac92fb54
...
...
@@ -13,32 +13,32 @@ environment:
matrix
:
-
platform
:
Win32
configuration
:
Release
WITH_SODIUM
:
ON
WITH_TWEETNACL
:
ON
WITH_
LIB
SODIUM
:
ON
ENABLE_CURVE
:
ON
-
platform
:
Win32
configuration
:
Debug
WITH_SODIUM
:
ON
WITH_TWEETNACL
:
ON
WITH_
LIB
SODIUM
:
ON
ENABLE_CURVE
:
ON
-
platform
:
x64
configuration
:
Release
WITH_SODIUM
:
ON
WITH_TWEETNACL
:
ON
WITH_
LIB
SODIUM
:
ON
ENABLE_CURVE
:
ON
-
platform
:
x64
configuration
:
Debug
WITH_SODIUM
:
ON
WITH_TWEETNACL
:
ON
WITH_
LIB
SODIUM
:
ON
ENABLE_CURVE
:
ON
-
platform
:
Win32
configuration
:
Release
WITH_SODIUM
:
OFF
WITH_TWEETNACL
:
OFF
WITH_
LIB
SODIUM
:
OFF
ENABLE_CURVE
:
OFF
-
platform
:
Win32
configuration
:
Release
WITH_SODIUM
:
ON
WITH_TWEETNACL
:
OFF
WITH_
LIB
SODIUM
:
ON
ENABLE_CURVE
:
OFF
-
platform
:
Win32
configuration
:
Release
WITH_SODIUM
:
OFF
WITH_TWEETNACL
:
ON
WITH_
LIB
SODIUM
:
OFF
ENABLE_CURVE
:
ON
matrix
:
fast_finish
:
false
...
...
@@ -66,7 +66,7 @@ before_build:
-
cmd
:
set LIBZMQ_BUILDDIR=C:\projects\build_libzmq
-
cmd
:
md "%LIBZMQ_BUILDDIR%"
-
cd "%LIBZMQ_BUILDDIR%"
-
cmd
:
cmake -D CMAKE_INCLUDE_PATH="%SODIUM_INCLUDE_DIR%" -D CMAKE_LIBRARY_PATH="%SODIUM_LIBRARY_DIR%" -D WITH_
SODIUM="%WITH_SODIUM%" -D WITH_TWEETNACL="%WITH_TWEETNACL%" -D CMAKE_C_FLAGS_RELEASE="/MT" -D CMAKE_C_FLAGS_DEBUG="/MTd" -D WITH_SODIUM="%WITH_
SODIUM%" -G "%CMAKE_GENERATOR%" "%APPVEYOR_BUILD_FOLDER%"
-
cmd
:
cmake -D CMAKE_INCLUDE_PATH="%SODIUM_INCLUDE_DIR%" -D CMAKE_LIBRARY_PATH="%SODIUM_LIBRARY_DIR%" -D WITH_
LIBSODIUM="%WITH_LIBSODIUM%" -D ENABLE_CURVE="%ENABLE_CURVE%" -D CMAKE_C_FLAGS_RELEASE="/MT" -D CMAKE_C_FLAGS_DEBUG="/MTd" -D WITH_LIBSODIUM="%WITH_LIB
SODIUM%" -G "%CMAKE_GENERATOR%" "%APPVEYOR_BUILD_FOLDER%"
build
:
parallel
:
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment