drone
Some checks reported errors
continuous-integration/drone Build was killed

This commit is contained in:
2023-03-23 23:33:44 +08:00
parent dc737db08a
commit 2c3edae35d

16
.drone.yml Normal file
View File

@@ -0,0 +1,16 @@
kind: pipeline
type: docker
name: default
clone:
depth: 1
steps:
- name: render
image: ubuntu:latest
commands:
- sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list
- apt update
- apt install ffmpeg
- yarn install --forzen-lockfile
- yarn build