mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2024-12-26 01:18:22 +01:00
Update .drone.yml
This commit is contained in:
parent
33df50753c
commit
ba20d5c53d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user