1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-08-25 00:30:37 +02:00

Test: add CI test runner

This commit is contained in:
vanous 2022-07-16 23:46:41 +02:00
parent d9a5296a66
commit 8409d071b1
2 changed files with 13 additions and 0 deletions

13
.woodpecker/run_tests.yml Normal file
View 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