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
55a8037d
Unverified
Commit
55a8037d
authored
Mar 04, 2023
by
Matthijs van der Burgh
Committed by
GitHub
Mar 04, 2023
Browse files
(appveyor) remove, because testing windows in GH actions (#1176)
parent
3ff7ab07
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
28 deletions
+0
-28
appveyor.yml
appveyor.yml
+0
-28
No files found.
appveyor.yml
deleted
100644 → 0
View file @
3ff7ab07
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