notepad-plus-plus-legacy/appveyor-build.cmd
Christophe Meriaux d26f910ece Add nighty build in AppVeyor
Add appveyor artifacts
Close #1726, closes#1725
2016-05-21 20:08:12 +02:00

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