diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 000000000..0dbdf2de8 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,8 @@ +kind: pipeline +name: default + +steps: +- name: build + image: jhasse/android-ndk:r19b + commands: + - ./build-android.sh $ANDROID_HOME/ndk-bundle | grep -v '^common.copy'