mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Test: add CI test runner
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
pipeline:
|
||||||
|
tests:
|
||||||
|
image: androidsdk/android-30
|
||||||
|
commands:
|
||||||
|
- pwd #bump
|
||||||
|
- ./gradlew :app:testBangleDebugUnitTest :app:testMainDebugUnitTests
|
||||||
|
|
||||||
|
#when:
|
||||||
|
#repo: Freeyourgadget/Gadgetbridge
|
||||||
|
#branch: master
|
||||||
|
#this doesn't work yet:
|
||||||
|
#https://github.com/woodpecker-ci/woodpecker/issues/687
|
||||||
|
|
||||||
Reference in New Issue
Block a user