Skip to content

Commit

Permalink
Add Drone CI
Browse files Browse the repository at this point in the history
  • Loading branch information
denysvitali committed May 8, 2018
1 parent c2faf17 commit 2524769
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
workspace:
base: /rootfs
path: /
pipeline:
build:
image: dvitali/android-build:feb-20
commands:
- "mkdir -p out/{arch,void}"
- "DISTRO=arch SYSROOT=out/arch TOP=$(pwd) ./build.sh"
github_release:
image: plugins/github-release
secrets: [ github_token ]
files: out/*_rootfs.tar.gz
when:
event: tag

0 comments on commit 2524769

Please sign in to comment.