From 59e5f1acf2fda70d357ca32357632912adff088a Mon Sep 17 00:00:00 2001 From: Silarn Date: Tue, 21 May 2019 02:27:58 -0500 Subject: [PATCH] Switch to local build files as appveyor can't use installed files --- appveyor.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 7f80df4..28d43a3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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