3aa44ce9e7
Fix a path problem while pushing artifact in Appveyor: https://ci.appveyor.com/project/donho/notepad-plus-plus/build/1.0.90#L1676
12 lines
620 B
Batchfile
12 lines
620 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
|