1 Star 0 Fork 0

Veenxz/SimCenterCommon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
azure-pipelines.yml 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
Wael Elhaddad 提交于 2020-07-07 09:39 . Updating version
# 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)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/veenxz/SimCenterCommon.git
git@gitee.com:veenxz/SimCenterCommon.git
veenxz
SimCenterCommon
SimCenterCommon
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385