2023-08-10 03:30:31 +02:00
|
|
|
steps:
|
2022-07-16 23:46:41 +02:00
|
|
|
tests:
|
2022-08-21 20:49:28 +02:00
|
|
|
image: codeberg.org/freeyourgadget/android-fdroid-tools:latest
|
2022-01-15 08:45:41 +01:00
|
|
|
commands:
|
|
|
|
- pwd #bump
|
2022-07-17 00:21:35 +02:00
|
|
|
- ./gradlew :app:testBangleDebugUnitTest :app:testMainDebugUnitTest
|
2022-01-15 08:45:41 +01:00
|
|
|
|
2022-04-04 18:57:47 +02:00
|
|
|
#when:
|
|
|
|
#repo: Freeyourgadget/Gadgetbridge
|
|
|
|
#branch: master
|
2022-01-15 08:45:41 +01:00
|
|
|
#this doesn't work yet:
|
|
|
|
#https://github.com/woodpecker-ci/woodpecker/issues/687
|
|
|
|
|
2023-08-11 18:51:30 +02:00
|
|
|
when:
|
|
|
|
event:
|
|
|
|
exclude: cron
|