Add CI
This commit is contained in:
parent
04be04204a
commit
538705187a
33
.drone.yml
Normal file
33
.drone.yml
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
clone:
|
||||||
|
depth: 1
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: installDependencies
|
||||||
|
image: node:lts
|
||||||
|
commands:
|
||||||
|
- npm config set registry http://registry.npm.taobao.org
|
||||||
|
- npm install
|
||||||
|
|
||||||
|
- name: build
|
||||||
|
image: node:lts
|
||||||
|
commands:
|
||||||
|
- npm run build
|
||||||
|
- tar -czf dist.tar.gz ./dist/*
|
||||||
|
|
||||||
|
- name: release
|
||||||
|
image: plugins/gitea-release
|
||||||
|
settings:
|
||||||
|
base_url: https://git.ixarea.com
|
||||||
|
files:
|
||||||
|
- dist.tar.gz
|
||||||
|
api_key:
|
||||||
|
from_secret: gitea_token
|
||||||
|
checksum:
|
||||||
|
- sha256
|
||||||
|
when:
|
||||||
|
event: [tag]
|
@ -2,6 +2,9 @@
|
|||||||
- Unlock encrypted music file in browser.
|
- Unlock encrypted music file in browser.
|
||||||
- 在浏览器中解锁加密的音乐文件。
|
- 在浏览器中解锁加密的音乐文件。
|
||||||
- [Online Demo](https://tool.ixarea.com/music)
|
- [Online Demo](https://tool.ixarea.com/music)
|
||||||
|
|
||||||
|
[![Build Status](https://ci.ixarea.com/api/badges/ix64/unlock-music/status.svg)](https://ci.ixarea.com/ix64/unlock-music)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
- [x] Unlock in browser 在浏览器中解锁
|
- [x] Unlock in browser 在浏览器中解锁
|
||||||
- [x] QQMusic File QQ音乐文件 (.qmc0/.qmc3/.qmcflac)
|
- [x] QQMusic File QQ音乐文件 (.qmc0/.qmc3/.qmcflac)
|
||||||
|
Loading…
Reference in New Issue
Block a user