1 Star 0 Fork 0

Boluofan / ieaseMusic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
azure-pipelines.yml 473 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Node.js with webpack
# Build a Node.js project using the webpack CLI.
# 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-16.04'
steps:
- task: AppCenterTest@1
inputs:
versionSpec: '8.x'
displayName: 'Install Node.js'
- script: |
npm install -g webpack webpack-cli --save-dev
npm i
npm run lint && npm run build
1
https://gitee.com/Boluofan/ieaseMusic.git
git@gitee.com:Boluofan/ieaseMusic.git
Boluofan
ieaseMusic
ieaseMusic
master

搜索帮助