1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2024-12-26 17:38:21 +01:00

Update .drone.yml

This commit is contained in:
Xuan Sang LE 2021-01-27 19:54:22 +01:00 committed by GitHub
parent 33df50753c
commit ba20d5c53d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,8 +6,15 @@ platform:
os: linux os: linux
arch: arm64 arch: arm64
steps: 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 - name: build
commands: commands:
- cd ./antd-lua-plugin
- libtoolize - libtoolize
- aclocal - aclocal
- autoconf - autoconf