mirror of
https://codeberg.org/Schoumi/PeerTubeLive.git
synced 2024-12-22 00:04:51 +01:00
Update ci to woodpecker
This commit is contained in:
parent
556bca4622
commit
3abf6c3554
@ -1,9 +0,0 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: exec
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
commands:
|
||||
- bash ./gradlew assembleDebug
|
@ -3,3 +3,7 @@ pipeline:
|
||||
image: eclipse-temurin:11
|
||||
commands:
|
||||
- bash ./gradlew assembleDebug
|
||||
environment:
|
||||
- ANDROID_HOME=/mnt/sdk
|
||||
volumes:
|
||||
- /home/woodpecker/sdk:/mnt/sdk
|
||||
|
Loading…
Reference in New Issue
Block a user