From ba20d5c53d6ed5e1f28d825c9b4a4f99ccd28bf4 Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Wed, 27 Jan 2021 19:54:22 +0100 Subject: [PATCH] Update .drone.yml --- .drone.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.drone.yml b/.drone.yml index eb8b281..c0e7dae 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,8 +6,15 @@ platform: os: linux arch: arm64 steps: +- name: clone + commands: + - pwd + - git clone git@iohub.dev:lxsang/antd-lua-plugin.git + - cd ./antd-lua-plugin && git checkout master +steps: - name: build commands: + - cd ./antd-lua-plugin - libtoolize - aclocal - autoconf