From 2c3edae35db54eafb879b6de52e84f72fe85d3ac Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Thu, 23 Mar 2023 23:33:44 +0800 Subject: [PATCH] drone --- .drone.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .drone.yml 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