Test: add CI test runner

This commit is contained in:
vanous
2022-07-17 00:13:09 +02:00
parent d9a5296a66
commit 8409d071b1
2 changed files with 13 additions and 0 deletions
+13
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