1 Star 0 Fork 0

berry/drawio-desktop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 786 Bytes
一键复制 编辑 原始数据 按行查看 历史
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
- yarn run sync disableUpdate
- yarn run release-appx
test: off
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rootgd/drawio-desktop.git
git@gitee.com:rootgd/drawio-desktop.git
rootgd
drawio-desktop
drawio-desktop
dev

搜索帮助