mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 10:05:47 +08:00
don't create artifacts on AppVeyor
This commit is contained in:
parent
aee52480c7
commit
bf30964f0f
22
appveyor.yml
22
appveyor.yml
@ -55,17 +55,17 @@ build_script:
|
||||
- call %MAKETOOL%
|
||||
- cd ..
|
||||
|
||||
artifacts:
|
||||
- path: build\staticlib\**\*.a
|
||||
name: staticlib %QTVER%%QTABI%
|
||||
- path: build\sharedlib\**\*.a
|
||||
name: sharedlib %QTVER%%QTABI%
|
||||
- path: build\staticlib\**\*.lib
|
||||
name: staticlib %QTVER%%QTABI%
|
||||
- path: build\sharedlib\**\*.lib
|
||||
name: sharedlib %QTVER%%QTABI%
|
||||
- path: build\sharedlib\**\*.dll
|
||||
name: dll %QTVER%%QTABI%
|
||||
#artifacts:
|
||||
# - path: build\staticlib\**\*.a
|
||||
# name: staticlib %QTVER%%QTABI%
|
||||
# - path: build\sharedlib\**\*.a
|
||||
# name: sharedlib %QTVER%%QTABI%
|
||||
# - path: build\staticlib\**\*.lib
|
||||
# name: staticlib %QTVER%%QTABI%
|
||||
# - path: build\sharedlib\**\*.lib
|
||||
# name: sharedlib %QTVER%%QTABI%
|
||||
# - path: build\sharedlib\**\*.dll
|
||||
# name: dll %QTVER%%QTABI%
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user