From cbb7741823c702eaace0ffd24b902826606624c7 Mon Sep 17 00:00:00 2001 From: Alya Sirko Date: Sat, 10 Sep 2022 16:55:24 +0300 Subject: [PATCH] add ci pipeline --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index ba24a23f..13ec2c42 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,10 @@ type: exec name: Continuous Integration steps: + - name: Prepare + commands: + - ln -s /var/lib/drone-runner-exec/.local $HOME/.local + - name: Build commands: - ./ci.py --run-ci-build