1 Star 0 Fork 5

ewin66/sanddance

forked from Microsoft/sanddance 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
azure-pipelines.yml 783 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dan Marshall 提交于 2020-06-12 15:10 . optimize azure pipeline (#241)
# Node.js
# Build a general Node.js project with npm.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
steps:
- task: NodeTool@0
inputs:
versionSpec: '12.x'
displayName: 'Install Node.js'
- script: |
npm install
npm run bootstrap
displayName: 'npm install'
- script: |
npm run build:sanddance-core
displayName: 'npm build:sanddance-core'
- script: |
npm run build:sanddance-integration
displayName: 'npm build:sanddance-integration'
- script: |
npm run build:sanddance-integration-python
displayName: 'npm build:sanddance-integration-python'
- script: |
npm test
displayName: 'npm test'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/EWIN66/sanddance.git
[email protected]:EWIN66/sanddance.git
EWIN66
sanddance
sanddance
master

搜索帮助