10 Star 30 Fork 12

Gitee 极速下载 / Magpie

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/geekeren/Magpie-LuckyDraw
克隆/下载
azure-pipelines.yml 512 Bytes
一键复制 编辑 原始数据 按行查看 历史
Baiyuan Wang 提交于 2019-12-13 02:49 . Fix pass env to build step
# Node.js with React
# Build a Node.js project that uses React.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
trigger:
- master
variables:
- group: magpie-luckydraw
pool:
vmImage: 'macOS-10.14'
steps:
- task: NodeTool@0
inputs:
versionSpec: '10.x'
displayName: 'Install Node.js'
- script: |
yarn install
yarn dist
displayName: 'Build Web/Desktop APP'
env:
GH_TOKEN: $(GITHUB_TOKEN)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/Magpie.git
git@gitee.com:mirrors/Magpie.git
mirrors
Magpie
Magpie
master

搜索帮助