Switch to local build files as appveyor can't use installed files

This commit is contained in:
Silarn
2019-05-21 02:27:58 -05:00
parent d0598cd849
commit 59e5f1acf2
+6 -6
View File
@@ -16,17 +16,17 @@ build_script:
C:\Python37-x64\python.exe unimake.py -d c:\projects\modorganizer-build -s Appveyor_Build=True %APPVEYOR_PROJECT_NAME%
artifacts:
- path: ..\..\..\install\bin\plugins\plugin_python.dll
- path: build\src\plugin_python.dll
name: plugin_python_dll
- path: ..\..\..\install\pdb\plugin_python.pdb
- path: build\src\plugin_python.pdb
name: plugin_python_pdb
- path: ..\..\..\install\libs\plugin_python.lib
- path: build\src\plugin_python.lib
name: plugin_python_lib
- path: ..\..\..\install\bin\plugins\data\pythonrunner.dll
- path: build\src\pythonrunner.dll
name: pythonrunner_dll
- path: ..\..\..\install\pdb\pythonrunner.pdb
- path: build\src\pythonrunner.pdb
name: pythonrunner_pdb
- path: ..\..\..\install\libs\pythonrunner.lib
- path: build\src\pythonrunner.lib
name: pythonrunner_lib
on_success:
- ps: Set-Location -Path $env:APPVEYOR_BUILD_FOLDER