mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2025-07-22 23:04:25 +02:00
Properly name the jobs/artifacts
This commit is contained in:
@ -9,8 +9,10 @@ image:
|
|||||||
environment:
|
environment:
|
||||||
VCPKGDIR: C:\tools\vcpkg\installed\x64-windows-static-md-release
|
VCPKGDIR: C:\tools\vcpkg\installed\x64-windows-static-md-release
|
||||||
matrix:
|
matrix:
|
||||||
- QTDIR: C:\Qt\5.15\msvc2019_64
|
- job_name: Qt5
|
||||||
- QTDIR: C:\Qt\6.8\msvc2022_64
|
QTDIR: C:\Qt\5.15\msvc2019_64
|
||||||
|
- job_name: Qt6
|
||||||
|
QTDIR: C:\Qt\6.8\msvc2022_64
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- cmd: |-
|
- cmd: |-
|
||||||
@ -26,6 +28,7 @@ build_script:
|
|||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: release\pbf4.dll
|
- path: release\pbf4.dll
|
||||||
|
name: pbf4.dll
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- C:\tools\vcpkg\installed\
|
- C:\tools\vcpkg\installed\
|
||||||
|
Reference in New Issue
Block a user