From 87ae1b490e4eea8544e6a03882151e789830cf4d Mon Sep 17 00:00:00 2001 From: Refael Ackermann Date: Wed, 5 Jul 2017 21:14:49 -0400 Subject: [PATCH] build: workaround AppVeyor quirk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit fixes the AppVeyor issues seen while trying to release v1.13.0 on Windows. Refs: https://github.com/libuv/libuv/issues/1397 Refs: https://github.com/libuv/libuv/pull/1284 PR-URL: https://github.com/libuv/libuv/pull/1405 Reviewed-By: Colin Ihrig Reviewed-By: Saúl Ibarra Corretgé --- vcbuild.bat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vcbuild.bat b/vcbuild.bat index a86e2369..e33573d1 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -168,7 +168,9 @@ echo Failed to create vc project files. exit /b 1 :help -echo vcbuild.bat [debug/release] [test/bench] [clean] [noprojgen] [nobuild] [vs2017] [x86/x64] [static/shared] + +echo "vcbuild.bat [debug/release] [test/bench] [clean] [noprojgen] [nobuild] [vs2017] [x86/x64] [static/shared]" + echo Examples: echo vcbuild.bat : builds debug build echo vcbuild.bat test : builds debug build and runs tests