Update CI to woodpecker

pull/9/head
Schoumi 9 months ago
parent ebe55c7af8
commit 71cc375d13

@ -1,10 +0,0 @@
---
kind: pipeline
type: exec
name: default
steps:
- name: build
commands:
- env
- bash ./gradlew assembleDebug

@ -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…
Cancel
Save