Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
Commits
11917bab
Unverified
Commit
11917bab
authored
Jul 24, 2020
by
Chen
Committed by
GitHub
Jul 23, 2020
Browse files
Add the AppVeyor configuration file (#927)
parent
c2793a36
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
appveyor.yml
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