This commit is contained in:
Benoit Marty
2025-10-06 10:16:29 +02:00
parent 9c994da832
commit 8bc92a2a87
40 changed files with 678 additions and 1 deletions

View File

@@ -56,6 +56,9 @@ echo "Deleting previous screenshots"
echo "Record screenshots"
./gradlew recordPaparazziDebug --stacktrace $GRADLE_ARGS
echo "Record screenshots (Compound)"
./gradlew :libraries:compound:recordRoborazziDebug --stacktrace -PpreDexEnable=false --max-workers 4 --warn $GRADLE_ARGS
echo "Committing changes"
git config http.sslVerify false