diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..2f4e93c --- /dev/null +++ b/.drone.yml @@ -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