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:
Hiroshi Miura
2021-05-24 23:23:50 +09:00
committed by GitHub
parent 4aadee3f99
commit 337eb98ff0
3 changed files with 110 additions and 256 deletions

View File

@@ -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