Add nighty build in AppVeyor
Add appveyor artifacts Close #1726, closes#1725
This commit is contained in:
parent
e3c18f61ea
commit
d26f910ece
@ -6,3 +6,6 @@ cd ..\win32
|
|||||||
nmake -f scintilla.mak || exit
|
nmake -f scintilla.mak || exit
|
||||||
cd ..\..\PowerEditor\visual.net || exit
|
cd ..\..\PowerEditor\visual.net || exit
|
||||||
msbuild notepadPlus.vcxproj /p:configuration="Unicode Debug" /p:platform=Win32 || exit
|
msbuild notepadPlus.vcxproj /p:configuration="Unicode Debug" /p:platform=Win32 || exit
|
||||||
|
|
||||||
|
cd ..\..
|
||||||
|
appveyor PushArtifact bin
|
||||||
|
@ -6,3 +6,7 @@ install:
|
|||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cmd /k "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\vcvars32.bat" < appveyor-build.cmd
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user