mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 20:54:38 +03:00
Add CI test for archives stored as .zip
This commit is contained in:
@@ -189,6 +189,12 @@ windows_build_jobs.extend(
|
||||
spec=">1,<5.15", # Don't redirect output! Must be wrapped in quotes!
|
||||
mirror=random.choice(MIRRORS),
|
||||
),
|
||||
BuildJob(
|
||||
# Archives stored as .zip
|
||||
"install-src", "6.4.3", "windows", "desktop", "gcc_64", "gcc_64", subarchives="qtlottie",
|
||||
# Fail the job if this path does not exist:
|
||||
check_output_cmd="ls -lh ./6.4.3/Src/qtlottie/",
|
||||
),
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user