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'))