Add nighty build in AppVeyor

Add appveyor artifacts
Close #1726, closes#1725
This commit is contained in:
Christophe Meriaux 2016-03-25 13:18:31 +01:00 committed by Don Ho
parent e3c18f61ea
commit d26f910ece
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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