Skip to content

Commit

Permalink
Add Drone CI configuration (moritz-wundke#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse authored and pelya committed Mar 29, 2019
1 parent c95a79c commit ceeaa50
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit ceeaa50

Please sign in to comment.