Skip to content

Commit

Permalink
fixing paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Simonx22 authored Dec 27, 2017
1 parent 84a0379 commit 70c4910
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'))

0 comments on commit 70c4910

Please sign in to comment.