We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06caba3 commit 8464b77Copy full SHA for 8464b77
appveyor.yml
@@ -89,8 +89,10 @@ build_script:
89
copy /y ..\bin\%arch%\%type%\debug\*.a bin\%arch%\debug\ &
90
copy /y ..\bin\%arch%\%type%\release\*.a bin\%arch%\release\
91
)
92
- - copy /y ..\bin\%arch%\%type%\debug\*.dll bin\%arch%\debug\
93
- - copy /y ..\bin\%arch%\%type%\release\*.dll bin\%arch%\release\
+ - if [%type%]==[dynamic] (
+ copy /y ..\bin\%arch%\%type%\debug\*.dll bin\%arch%\debug\ &
94
+ copy /y ..\bin\%arch%\%type%\release\*.dll bin\%arch%\release\
95
+ )
96
- copy /y ..\lib\include\qcryptohash.hpp qcryptohash.hpp
97
- 7z a -t7z QtCryptoHash-v%qtcryptohash_version%-%name%.7z *
98
0 commit comments