mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Switch to local build files as appveyor can't use installed files
This commit is contained in:
+6
-6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user