1 Star 0 Fork 0

xuyf/API-Examples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
azure-pipelines.yml 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
sbd021 提交于 2021-05-07 14:10 . windows CI
# Xcode
# Build, test, and archive an Xcode workspace on macOS.
# Add steps that install certificates, test, sign, and distribute an app, save build artifacts, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/xcode
trigger:
- master
- dev/*
#- dev/cjw
pool:
vmImage: 'macos-latest'
jobs:
- template: ./iOS/cicd/build-template/build-ios.yml
parameters:
displayName: 'APIExampleiOS'
workingDirectory: 'iOS'
project: 'APIExample'
scheme: 'APIExample'
- template: ./macOS/cicd/build-template/build-mac.yml
parameters:
displayName: 'APIExampleMacOS'
workingDirectory: 'macOS'
project: 'APIExample'
scheme: 'APIExample'
bundleid: 'io.agora.api.example.APIExample'
username: 'qianze.zhang@hotmail.com'
ascprovider: 'GM72UGLGZW'
- template: ./Android/build-template/build-android.yml
parameters:
project: 'Android/APIExample'
module: 'app'
name: 'APIExampleAndroid'
- template: windows/cicd/templates/build-Windows.yml
parameters:
displayName: 'ApiExampleWindows'
workingDirectory: 'windows/APIExample'
scheme: 'APIExample'
solutionName: 'APIExample.sln'
sdkVersion: '3_0_1'
Machine: Win32
release: 'Release'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xuyfcodecloud/API-Examples.git
git@gitee.com:xuyfcodecloud/API-Examples.git
xuyfcodecloud
API-Examples
API-Examples
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385