代码拉取完成,页面将自动刷新
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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。