From 2a8055a8d9b904739bdea0b0a9f5d3e635798d13 Mon Sep 17 00:00:00 2001 From: ZyX Date: Mon, 10 Apr 2017 15:11:27 +0300 Subject: [PATCH] ci: Make appveyor use new output handler as well --- ci/build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build.bat b/ci/build.bat index 87a171b994..9071c0864e 100644 --- a/ci/build.bat +++ b/ci/build.bat @@ -38,7 +38,7 @@ cd .. :: Build Neovim mkdir build cd build -cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release -DBUSTED_OUTPUT_TYPE=gtest -DGPERF_PRG="C:\msys64\usr\bin\gperf.exe" .. || goto :error +cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release -DBUSTED_OUTPUT_TYPE=nvim -DGPERF_PRG="C:\msys64\usr\bin\gperf.exe" .. || goto :error mingw32-make VERBOSE=1 || goto :error bin\nvim --version || goto :error