代码拉取完成,页面将自动刷新
# This pipeline builds SimCenterCommon and package it using Conan
trigger:
- master
- azure-pipelines
- release*
- stable*
- conan
pr:
- master
strategy:
matrix:
linux:
imageName: "ubuntu-18.04"
CONAN_GCC_VERSIONS: 7
CONAN_CLANG_VERSIONS: ""
macOSXCatalina:
imageName: "macos-10.15"
CONAN_APPLE_CLANG_VERSIONS: 11.0
macOSXMojave:
imageName: "macos-10.14"
CONAN_APPLE_CLANG_VERSIONS: 10.0
windows:
imageName: "vs2017-win2016"
CONAN_VISUAL_VERSIONS: 15
CONAN_VISUAL_RUNTIMES: MD
maxParallel: 4
pool:
vmImage: $(imageName)
variables:
- group: ConanVariables
- name: CONAN_OPTIONS
value: "SimCenterCommonQt:withQt=True"
- name: CONAN_LOGIN_USERNAME
value: $(BintrayUsername)
steps:
# Use Python version
- task: UsePythonVersion@0
displayName: Switch to Python 3.7
inputs:
versionSpec: '3.7'
addToPath: true
architecture: 'x64'
- script: |
pip install wheel
pip install conan --upgrade
pip install conan_package_tools bincrafters_package_tools
conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
displayName: Conan Installation
failOnStderr: false
- script: |
conan user
python build.py
displayName: Conan Packaging
failOnStderr: false
env:
CONAN_PASSWORD: $(BintrayAPIKey)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。