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