1 Star 0 Fork 0

zergmk2/jellyfin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.drone.yml 584 Bytes
一键复制 编辑 原始数据 按行查看 历史
Erwin de Haan 提交于 2019-03-13 20:37 . Disable the Drone CI ABI check
---
kind: pipeline
name: build-debug
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --init --recursive
- name: build
image: microsoft/dotnet:2-sdk
commands:
- dotnet publish "Jellyfin.Server" --configuration Debug --output "../ci/ci-debug"
---
kind: pipeline
name: build-release
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --init --recursive
- name: build
image: microsoft/dotnet:2-sdk
commands:
- dotnet publish "Jellyfin.Server" --configuration Release --output "../ci/ci-release"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zergmk2/jellyfin.git
git@gitee.com:zergmk2/jellyfin.git
zergmk2
jellyfin
jellyfin
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385