CI: add doc_src_examples test

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
Hiroshi Miura
2020-05-31 12:56:45 +09:00
parent 358819e6b4
commit 0d77a134b7
2 changed files with 76 additions and 0 deletions

View File

@@ -87,3 +87,42 @@ jobs:
vmImage: 'ubuntu-16.04'
steps:
- template: ci/steps.yml
- job: LinuxSrc
displayName: Linux (source)
variables:
PYTHON_VERSION: '3.7'
QT_VERSION: 5.15.0
HOST: linux
TARGET: desktop
TOOL_NAME: src
pool:
vmImage: 'ubuntu-16.04'
steps:
- template: ci/steps.yml
- job: LinuxExamples
displayName: Linux (Examples)
variables:
PYTHON_VERSION: '3.7'
QT_VERSION: 5.15.0
HOST: linux
TARGET: desktop
TOOL_NAME: examples
pool:
vmImage: 'ubuntu-16.04'
steps:
- template: ci/steps.yml
- job: LinuxDoc
displayName: Linux (doc)
variables:
PYTHON_VERSION: '3.7'
QT_VERSION: 5.15.0
HOST: linux
TARGET: desktop
TOOL_NAME: doc
pool:
vmImage: 'ubuntu-16.04'
steps:
- template: ci/steps.yml