Update CI to woodpecker
This commit is contained in:
parent
ebe55c7af8
commit
71cc375d13
2 changed files with 9 additions and 10 deletions
10
.drone.yml
10
.drone.yml
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: exec
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
commands:
|
||||
- env
|
||||
- bash ./gradlew assembleDebug
|
9
.woodpecker.yml
Normal file
9
.woodpecker.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
pipeline:
|
||||
build:
|
||||
image: eclipse-temurin:11
|
||||
commands:
|
||||
- bash ./gradlew assembleDebug
|
||||
environment:
|
||||
- ANDROID_HOME=/mnt/sdk
|
||||
volumes:
|
||||
- /home/woodpecker/sdk:/mnt/sdk
|
Loading…
Reference in a new issue