You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
notepad-plus-plus/appveyor-build.cmd

12 lines
620 B

@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