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
46b498e5
Unverified
Commit
46b498e5
authored
Jun 13, 2019
by
Luca Boccassi
Committed by
GitHub
Jun 13, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3544 from somdoron/master
problem: no artifacts for x64 on windows
parents
27f9be11
e27a13a8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
1 deletion
+25
-1
appveyor.yml
appveyor.yml
+25
-1
No files found.
appveyor.yml
View file @
46b498e5
...
...
@@ -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
...
...
@@ -210,7 +234,7 @@ test_script:
echo "Running tests in parallel" &&
set TEST_OPTIONS=%TEST_OPTIONS% -j5
)
-
cmd
:
ctest -C "%Configuration%" -V %TEST_OPTIONS%
-
cmd
:
if "%APPVEYOR_REPO_TAG%"=="false" (ctest -C "%Configuration%" -V %TEST_OPTIONS%)
deploy
:
-
provider
:
BinTray
...
...
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