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
e27a13a8
Commit
e27a13a8
authored
5 years ago
by
somdoron
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
problem: no artifacts for x64 on windows
solution: add x64 builds to appveyor
parent
8f66156a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
appveyor.yml
appveyor.yml
+24
-0
No files found.
appveyor.yml
View file @
e27a13a8
...
...
@@ -31,6 +31,11 @@ environment:
WITH_LIBSODIUM
:
ON
ENABLE_CURVE
:
ON
ARTIFACT_NAME
:
v120
-
platform
:
x64
configuration
:
Release
WITH_LIBSODIUM
:
ON
ENABLE_CURVE
:
ON
ARTIFACT_NAME
:
v120-x64
-
platform
:
Win32
configuration
:
Release
POLLER
:
epoll
...
...
@@ -66,6 +71,15 @@ environment:
MSVCVERSION
:
"
v140"
MSVCYEAR
:
"
vs2015"
ARTIFACT_NAME
:
v140
-
platform
:
x64
configuration
:
Release
WITH_LIBSODIUM
:
ON
ENABLE_CURVE
:
ON
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio 2015
CMAKE_GENERATOR
:
"
Visual
Studio
14
2015"
MSVCVERSION
:
"
v140"
MSVCYEAR
:
"
vs2015"
ARTIFACT_NAME
:
v140-x64
-
platform
:
Win32
configuration
:
Release
WITH_LIBSODIUM
:
ON
...
...
@@ -76,6 +90,16 @@ environment:
MSVCYEAR
:
"
vs2017"
TEST_OPTIONS
:
'
-E
"(test_many_sockets)"'
ARTIFACT_NAME
:
v141
-
platform
:
x64
configuration
:
Release
WITH_LIBSODIUM
:
ON
ENABLE_CURVE
:
ON
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio 2017
CMAKE_GENERATOR
:
"
Visual
Studio
15
2017"
MSVCVERSION
:
"
v141"
MSVCYEAR
:
"
vs2017"
TEST_OPTIONS
:
'
-E
"(test_many_sockets)"'
ARTIFACT_NAME
:
v141-x64
-
platform
:
cygwin64
WITH_LIBSODIUM
:
OFF
ENABLE_CURVE
:
ON
...
...
This diff is collapsed.
Click to expand it.
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