mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 04:34:37 +03:00
CI: refactor azure pipelines scripts (#250)
* CI: refactoring Azure pipeline scripts Signed-off-by: Hiroshi Miura <miurahr@linux.com> * CI: azure (wip) Signed-off-by: Hiroshi Miura <miurahr@linux.com> * Add list command Signed-off-by: Hiroshi Miura <miurahr@linux.com> * CI: skip installation of package when install command(linux) Signed-off-by: Hiroshi Miura <miurahr@linux.com> * fix typo Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
@@ -57,74 +57,3 @@ jobs:
|
||||
matrix: $[ dependencies.MatricesGenerator.outputs['mtrx.linux'] ]
|
||||
steps:
|
||||
- template: ci/steps.yml
|
||||
|
||||
- job: LinuxSpecificMirror
|
||||
displayName: Linux (Specific Mirror)
|
||||
variables:
|
||||
PYTHON_VERSION: '3.8'
|
||||
QT_VERSION: 6.1.0
|
||||
HOST: linux
|
||||
TARGET: desktop
|
||||
ARCH: gcc_64
|
||||
ARCHDIR: gcc_64
|
||||
QT_BASE_MIRROR: http://mirrors.ocf.berkeley.edu/qt/
|
||||
pool:
|
||||
vmImage: 'ubuntu-20.04'
|
||||
steps:
|
||||
- template: ci/steps.yml
|
||||
|
||||
- job: LinuxSubArchives
|
||||
displayName: Linux (subarchive spcified)
|
||||
variables:
|
||||
PYTHON_VERSION: '3.8'
|
||||
QT_VERSION: 5.15.0
|
||||
HOST: linux
|
||||
TARGET: desktop
|
||||
ARCH: gcc_64
|
||||
ARCHDIR: gcc_64
|
||||
SUBARCHIVES: qtbase qttools qt icu
|
||||
pool:
|
||||
vmImage: 'ubuntu-18.04'
|
||||
steps:
|
||||
- template: ci/steps.yml
|
||||
|
||||
- job: LinuxSrc
|
||||
displayName: Linux (source)
|
||||
variables:
|
||||
PYTHON_VERSION: '3.8'
|
||||
QT_VERSION: 6.1.0
|
||||
HOST: linux
|
||||
TARGET: desktop
|
||||
TOOL_NAME: src
|
||||
SUBARCHIVES: qt
|
||||
pool:
|
||||
vmImage: 'ubuntu-18.04'
|
||||
steps:
|
||||
- template: ci/steps.yml
|
||||
|
||||
- job: LinuxExamples
|
||||
displayName: Linux (Examples)
|
||||
variables:
|
||||
PYTHON_VERSION: '3.8'
|
||||
QT_VERSION: 5.15.0
|
||||
HOST: linux
|
||||
TARGET: desktop
|
||||
TOOL_NAME: examples
|
||||
pool:
|
||||
vmImage: 'ubuntu-18.04'
|
||||
steps:
|
||||
- template: ci/steps.yml
|
||||
|
||||
- job: LinuxDoc
|
||||
displayName: Linux (doc)
|
||||
variables:
|
||||
PYTHON_VERSION: '3.8'
|
||||
QT_VERSION: 5.15.0
|
||||
HOST: linux
|
||||
TARGET: desktop
|
||||
TOOL_NAME: doc
|
||||
SUBARCHIVES: qtdoc
|
||||
pool:
|
||||
vmImage: 'ubuntu-18.04'
|
||||
steps:
|
||||
- template: ci/steps.yml
|
||||
|
||||
Reference in New Issue
Block a user