1 Star 0 Fork 0

Collin/mist

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
Ev 提交于 2018-09-17 20:48 . Using local yarn instance instead (#4093)
image: Visual Studio 2017
platform: x64
environment:
nodejs_version: "8"
# increasing `meteor build` memory allocation
# https://github.com/meteor/meteor/issues/9568
TOOL_NODE_FLAGS: "--max-old-space-size=4096"
APPVEYOR_RDP_PASSWORD:
secure: ErXQkfrN/bX6LtqcjtnLGw==
matrix:
- product: mist
- product: wallet
artifacts:
- path: dist_mist\release\*
name: Mist
- path: dist_wallet\release\*
name: Wallet
cache:
- node_modules
- '%LOCALAPPDATA%\electron\Cache'
- '%LOCALAPPDATA%\electron-builder\cache'
init:
# enabling RDP for debugging purposes
- ps: $blockRdp = true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
# needed for meteor-dapp-wallet
- git submodule update --init --recursive
# installs global dependencies
- choco install meteor
- choco install nsis
- refreshenv
- ps: refreshenv
- node --version
# installs JS dependencies
- yarn install
- cd interface && yarn install
build_script:
- ps: yarn build:$env:product --win --skipTasks=build-interface
- ps: yarn dist:$env:product
test_script:
- cmd: yarn test:unit:once
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zgxtech_admin/mist.git
git@gitee.com:zgxtech_admin/mist.git
zgxtech_admin
mist
mist
develop

搜索帮助