Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Simonx22 authored Dec 27, 2017
1 parent 22c3f0b commit 84a0379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ build_script:
- del /S *.o
- del /S *.cpp
- del /S *.h
- C:\Qt\5.9.2\mingw53_32\bin\windeployqt.exe '%APPVEYOR_BUILD_FOLDER%\CorgiDS\release'
- 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\libstdc++-6.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
Expand Down

0 comments on commit 84a0379

Please sign in to comment.