d26f910ece
Add appveyor artifacts Close #1726, closes#1725
12 lines
623 B
Batchfile
12 lines
623 B
Batchfile
@echo off
|
|
|
|
cd scintilla\boostregex || exit
|
|
buildboost.bat C:\projects\notepad-plus-plus\boost_1_55_0 || exit
|
|
cd ..\win32 || exit
|
|
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
|