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
16d7686b
Commit
16d7686b
authored
7 years ago
by
Luca Boccassi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Problem: no VS2013/17 CI jobs
Solution: add them to Appveyor
parent
9f83a598
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
appveyor.yml
appveyor.yml
+16
-0
No files found.
appveyor.yml
View file @
16d7686b
...
@@ -35,6 +35,22 @@ environment:
...
@@ -35,6 +35,22 @@ environment:
configuration
:
Release
configuration
:
Release
WITH_LIBSODIUM
:
OFF
WITH_LIBSODIUM
:
OFF
ENABLE_CURVE
:
ON
ENABLE_CURVE
:
ON
-
platform
:
Win32
configuration
:
Release
WITH_LIBSODIUM
:
ON
ENABLE_CURVE
:
ON
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio 2013
CMAKE_GENERATOR
:
"
Visual
Studio
12
2013"
MSVCVERSION
:
"
v120"
MSVCYEAR
:
"
vs2013"
-
platform
:
Win32
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"
matrix
:
matrix
:
fast_finish
:
false
fast_finish
:
false
...
...
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