From d26f910ece72379072e82c3128164fb6d557d76e Mon Sep 17 00:00:00 2001 From: Christophe Meriaux Date: Fri, 25 Mar 2016 13:18:31 +0100 Subject: [PATCH] Add nighty build in AppVeyor Add appveyor artifacts Close #1726, closes#1725 --- appveyor-build.cmd | 3 +++ appveyor.yml | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/appveyor-build.cmd b/appveyor-build.cmd index cf2762a9..41ebcee5 100644 --- a/appveyor-build.cmd +++ b/appveyor-build.cmd @@ -6,3 +6,6 @@ cd ..\win32 nmake -f scintilla.mak || exit cd ..\..\PowerEditor\visual.net || exit msbuild notepadPlus.vcxproj /p:configuration="Unicode Debug" /p:platform=Win32 || exit + +cd ..\.. +appveyor PushArtifact bin diff --git a/appveyor.yml b/appveyor.yml index 4eda2eee..fdcbfc44 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,3 +6,7 @@ install: build_script: - cmd /k "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\vcvars32.bat" < appveyor-build.cmd + +artifacts: + - path: 'PowerEditor\visual.net\Unicode Debug\Notepad++.exe' + name: bin