1 Star 0 Fork 56

DJ / joplin

forked from Gitee 极速下载 / joplin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 386 Bytes
一键复制 编辑 原始数据 按行查看 历史
image: Visual Studio 2017
platform:
- x64
# cache:
# Not caching node_modules because appveyor doesn't restore it afterwards (not sure why)
# - node_modules
# - '%USERPROFILE%\.electron'
install:
- ps: Install-Product node 10 x64
- yarn
build_script:
- npm install
- ps: cd ElectronClient
- npm run dist
test: off
# We only want to build tags
skip_non_tags: true
1
https://gitee.com/dang050/joplin.git
git@gitee.com:dang050/joplin.git
dang050
joplin
joplin
master

搜索帮助