]> andersk Git - libyaml.git/commitdiff
appveyor.yml: fix Release build
authorMarty E. Plummer <hanetzer@protonmail.com>
Tue, 9 Jan 2018 07:44:24 +0000 (01:44 -0600)
committerIngy döt Net <ingy@ingy.net>
Thu, 19 Jul 2018 21:53:50 +0000 (14:53 -0700)
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>
appveyor.yml

index 91b16e195941288f57099cfd35aaf36a60316b8b..dfcd73e873ab8f6917126930756830c6e701c973 100644 (file)
@@ -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
This page took 0.044734 seconds and 5 git commands to generate.