Skip to content

Commit

Permalink
Fix appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
rikyoz committed May 1, 2016
1 parent 06caba3 commit 8464b77
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,10 @@ build_script:
copy /y ..\bin\%arch%\%type%\debug\*.a bin\%arch%\debug\ &
copy /y ..\bin\%arch%\%type%\release\*.a bin\%arch%\release\
)
- copy /y ..\bin\%arch%\%type%\debug\*.dll bin\%arch%\debug\
- copy /y ..\bin\%arch%\%type%\release\*.dll bin\%arch%\release\
- if [%type%]==[dynamic] (
copy /y ..\bin\%arch%\%type%\debug\*.dll bin\%arch%\debug\ &
copy /y ..\bin\%arch%\%type%\release\*.dll bin\%arch%\release\
)
- copy /y ..\lib\include\qcryptohash.hpp qcryptohash.hpp
- 7z a -t7z QtCryptoHash-v%qtcryptohash_version%-%name%.7z *

Expand Down

0 comments on commit 8464b77

Please sign in to comment.