Optimizing cleaning algorithm.
This commit is contained in:
parent
404145c708
commit
27d5b5d784
|
@ -126,7 +126,7 @@ environment:
|
|||
BUILD_SYSTEM: "qbs"
|
||||
ARCH: x64
|
||||
XCODE_VERSION: 12.3
|
||||
PLATFORM: "macOS10.13+"
|
||||
PLATFORM: "macOS_10.13+"
|
||||
MACOS_DEPLOYMENT_TARGET: 10.13
|
||||
MULTI_BUNDLE: true
|
||||
DEPLOY: true
|
||||
|
@ -139,7 +139,7 @@ environment:
|
|||
BUILD_SYSTEM: "qbs"
|
||||
ARCH: x64
|
||||
XCODE_VERSION: 12.3
|
||||
PLATFORM: "macOS10.13+"
|
||||
PLATFORM: "macOS_10.13+"
|
||||
MACOS_DEPLOYMENT_TARGET: 10.13
|
||||
MULTI_BUNDLE: false
|
||||
DEPLOY: true
|
||||
|
@ -274,7 +274,7 @@ environment:
|
|||
BUILD_SYSTEM: "make"
|
||||
ARCH: x64
|
||||
XCODE_VERSION: 12.3
|
||||
PLATFORM: "macOS10.13+"
|
||||
PLATFORM: "macOS_10.13+"
|
||||
DEPLOY: false
|
||||
|
||||
- job_name: Windows_Qt_5_6_(MSVC_x64)
|
||||
|
|
|
@ -132,12 +132,14 @@ def run_clean(refresh_token):
|
|||
"access token from the app console on the web.")
|
||||
|
||||
clean_folders = ["/0.7.x/Mac OS X", "/0.7.x/Windows"]
|
||||
arhive_types = [r'^valentina-Windows.*\+-mingw-x86-Qt.*-develop-[a-f0-9]{40}\.tar\.xz$',
|
||||
r'^valentina-Windows.*\+-mingw-x64-Qt.*-develop-[a-f0-9]{40}\.tar\.xz$',
|
||||
r'^valentina-Windows.*\+-mingw-x86-Qt.*-develop-[a-f0-9]{40}\.tar\.xz$',
|
||||
r'^valentina-macOS.*\+-Qt.*-x64-develop-[a-f0-9]{40}\.tar\.xz$',
|
||||
arhive_types = [r'^valentina-Windows10\+-mingw-x64-Qt.*-develop-[a-f0-9]{40}\.tar\.xz$',
|
||||
r'^valentina-Windows7\+-mingw-x86-Qt.*-develop-[a-f0-9]{40}\.tar\.xz$',
|
||||
r'^valentina-WindowsXP\+-mingw-x86-Qt.*-develop-[a-f0-9]{40}\.tar\.xz$',
|
||||
r'^valentina-macOS_11\+-Qt.*-x64-develop-[a-f0-9]{40}\.tar\.xz$',
|
||||
r'^valentina-macOS_11\+-Qt.*-x64-develop-multibundle-[a-f0-9]{40}$',
|
||||
r'^valentina-macOS_10.13\+-Qt.*-x64-develop-[a-f0-9]{40}\.tar\.xz$',
|
||||
r'^valentina-macOS_10.13\+-Qt.*-x64-develop-multibundle-[a-f0-9]{40}$',
|
||||
r'^valentina-macOS.*\+-Qt.*-arm.*-develop-[a-f0-9]{40}\.tar\.xz$',
|
||||
r'^valentina-macOS.*\+-Qt.*-x64-develop-multibundle-[a-f0-9]{40}$',
|
||||
r'^valentina-macOS.*\+-Qt.*-arm.*-develop-multibundle-[a-f0-9]{40}$']
|
||||
|
||||
item_types = {}
|
||||
|
|
Loading…
Reference in New Issue
Block a user