From 70c4910b4358296966c8a3893cd441efc1c8ce95 Mon Sep 17 00:00:00 2001 From: Simonx22 <26326692+Simonx22@users.noreply.github.com> Date: Wed, 27 Dec 2017 19:23:20 +0100 Subject: [PATCH] fixing paths --- appveyor.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 52770e5..e08fe78 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,17 +9,9 @@ build_script: - del /S *.cpp - del /S *.h - C:\Qt\5.9.2\mingw53_32\bin\windeployqt.exe %APPVEYOR_BUILD_FOLDER%\CorgiDS\release - - xcopy C:\Qt\5.9.2\mingw53_32\bin\libwinpthread-1.dll C:\projects\corgiDS\CorgiDS\release /d - - xcopy C:\Qt\5.9.2\mingw53_32\bin\libgcc_s_dw2-1.dll C:\projects\corgiDS\CorgiDS\release /d + - xcopy C:\Qt\5.9.2\mingw53_32\bin\libwinpthread-1.dll %APPVEYOR_BUILD_FOLDER%\CorgiDS\release /d + - xcopy C:\Qt\5.9.2\mingw53_32\bin\libgcc_s_dw2-1.dll %APPVEYOR_BUILD_FOLDER%\CorgiDS\release /d - xcopy C:\Qt\5.9.2\mingw53_32\bin\libstdc++-6.dll %APPVEYOR_BUILD_FOLDER%\CorgiDS\release /d -#after_build: -# - del /S *.o -# - del /S *.cpp -# - del /S *.h -# - C:\Qt\5.9.2\mingw53_32\bin\windeployqt.exe CorgiDS\release -# - xcopy C:\Qt\5.9.2\mingw53_32\bin\libwinpthread-1.dll C:\projects\corgiDS\CorgiDS\release /d -# - xcopy C:\Qt\5.9.2\mingw53_32\bin\libgcc_s_dw2-1.dll C:\projects\corgiDS\CorgiDS\release /d -# - xcopy C:\Qt\5.9.2\mingw53_32\bin\libstdc++-6.dll '%APPVEYOR_BUILD_FOLDER%\CorgiDS\release' /d artifacts: - path: CorgiDS\release name: release @@ -30,6 +22,3 @@ deploy: artifact: release draft: false prerelease: false - -#on_finish: -# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))