diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..064c24f --- /dev/null +++ b/.drone.yml @@ -0,0 +1,20 @@ +--- +kind: pipeline +type: exec +name: default +platform: + os: linux + arch: arm64 +steps: +- name: build + commands: + - libtoolize + - aclocal + - autoconf + - automake --add-missing + - ./configure --prefix=/usr + - make + +trigger: + branch: + - master