mirror of
https://github.com/yaml/libyaml.git
synced 2026-01-26 19:19:02 +00:00
appveyor.yml: fix Release build
I suspect this this was a bit of an oversight when first setting up appveyor for Windows/msvc, but 'release' does not match any target cmake knows about; 'Release', however, does. Signed-off-by: Marty E. Plummer <hanetzer@protonmail.com>
This commit is contained in:
parent
12dc1bef1f
commit
85d1f168ef
@ -12,8 +12,8 @@ build_script:
|
||||
|
||||
# Use 32-bit default generator ("Visual Studio 12 2013" or "Visual Studio 14 2015")
|
||||
- cmake .
|
||||
- cmake --build . --config release --clean-first
|
||||
- ctest -C release
|
||||
- cmake --build . --config Release --clean-first
|
||||
- ctest -C Release
|
||||
|
||||
#
|
||||
# Autoconf based in-source build and tests under Cygwin using gcc
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user