Added debug flag
This commit is contained in:
parent
42df344532
commit
7b6b8a4dd6
|
@ -34,7 +34,7 @@ build_script:
|
||||||
|
|
||||||
echo %INCLUDE%
|
echo %INCLUDE%
|
||||||
|
|
||||||
msbuild RainmeterPython.sln /p:configuration=release /p:platform=%BUILD_PLATFORM% /p:AdditionalLibPaths="%PYTHON%\libs"
|
msbuild RainmeterPython.sln /p:configuration=release /p:platform=%BUILD_PLATFORM% /p:AdditionalLibPaths="%PYTHON%\libs" /v:d
|
||||||
|
|
||||||
mkdir release-dlls
|
mkdir release-dlls
|
||||||
xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\%BUILD_DIR%\bin\Release\*.dll" .\release-dlls\ /I
|
xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\%BUILD_DIR%\bin\Release\*.dll" .\release-dlls\ /I
|
||||||
|
|
Loading…
Reference in New Issue