1 Star 0 Fork 3

Wing / drawio-desktop

forked from stars-one / drawio-desktop 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 728 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
version: 1.0.{build}
platform:
- x64
cache:
init:
- git config --global core.autocrlf input
clone_script:
- cmd: git clone --depth=1 -q --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git %APPVEYOR_BUILD_FOLDER%
- cmd: cd %APPVEYOR_BUILD_FOLDER%
- cmd: git checkout -qf %APPVEYOR_REPO_COMMIT%
- ps: (gc .\.gitmodules) -replace 'git@github.com:','https://github.com/' | Out-File -encoding ASCII .gitmodules
- cmd: git submodule update --init --recursive
install:
- ps: Install-Product node 10 x64
- npm install -g yarn
- yarn install
- cd drawio/src/main/webapp
- yarn install
- cd ../..
before_build:
build_script:
- yarn run sync
- yarn run release-win
test: off
1
https://gitee.com/FuCode/drawio-desktop.git
git@gitee.com:FuCode/drawio-desktop.git
FuCode
drawio-desktop
drawio-desktop
master

搜索帮助

14c37bed 8189591 565d56ea 8189591