mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-27 19:10:08 +00:00
feat: test drone
This commit is contained in:
10
.drone.yml
Normal file
10
.drone.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: mingc/android-build-box:1.24.0
|
||||
commands:
|
||||
- bash ./gradlew test
|
||||
Reference in New Issue
Block a user