Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yaml-cpp
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
yaml-cpp
Commits
11917bab
Unverified
Commit
11917bab
authored
Jul 24, 2020
by
Chen
Committed by
GitHub
Jul 23, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add the AppVeyor configuration file (#927)
parent
c2793a36
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
appveyor.yml
+28
-0
No files found.
appveyor.yml
0 → 100644
View file @
11917bab
version
:
1.0.{build}
environment
:
matrix
:
-
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio 2015
CMAKE_GENERATOR
:
Visual Studio 14 2015
CMAKE_PLATFORM
:
win32
-
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio 2015
CMAKE_GENERATOR
:
Visual Studio 14 2015
CMAKE_PLATFORM
:
x64
-
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio 2017
CMAKE_GENERATOR
:
Visual Studio 15 2017
CMAKE_PLATFORM
:
win32
-
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio 2017
CMAKE_GENERATOR
:
Visual Studio 15 2017
CMAKE_PLATFORM
:
x64
before_build
:
-
cmd
:
mkdir build
-
cmd
:
cd build
-
cmd
:
cmake .. -G "%CMAKE_GENERATOR%" -DCMAKE_GENERATOR_PLATFORM=%CMAKE_PLATFORM%
-
cmd
:
cd ..
build_script
:
-
cmake --build build
test_script
:
-
cmd
:
cd build
-
ctest
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