mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Test: add CI test runner
This commit is contained in:
13
.woodpecker/run_tests.yml
Normal file
13
.woodpecker/run_tests.yml
Normal file
@@ -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