Update com.github.catfriend1.syncthingandroid.yml: testdata is not compiled in

This commit is contained in:
Catfriend2 2025-06-27 15:24:58 +02:00 committed by Licaon_Kter
parent d740264af5
commit a9d929ddc3

View file

@ -2590,11 +2590,11 @@ Builds:
- apt-get install -y -t bookworm-backports golang-go
gradle:
- yes
rm:
- syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
prebuild:
- sed -i -e '/signingConfig/,+2d' build.gradle.kts
- sed -i -e 's/java.net.URI/uri/' ../settings.gradle.kts
scanignore:
- syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
build:
- export ndkversion=$(grep "ndkVersionShared" ../build.gradle.kts | cut -d '"'
-f 4)