Compare commits

...

5 Commits

Author SHA1 Message Date
cd9ba0b4c2
change user to 1000 2025-04-24 20:01:19 +02:00
dbdf0e1d33
Pull changes from debug 2025-04-16 17:10:46 +02:00
14f8ed9bdb
revert testing for now 2025-04-15 19:19:22 +02:00
297a8e222c
run build apk first 2025-04-15 16:21:16 +02:00
ac2f1855bb
add support for coverage testing 2025-04-15 14:40:34 +02:00
2 changed files with 3 additions and 1 deletions

View File

@ -44,7 +44,8 @@ flutter config --no-analytics --no-cli-animations
cp -r /src/* /work
cd /work/firka
flutter pub get
flutter pub get && \
flutter gen-l10n --template-arb-file app_hu.arb && \
flutter build apk --release --verbose --tree-shake-icons --split-per-abi --target-platform android-arm,android-arm64
EOF

View File

@ -7,3 +7,4 @@ services:
- ./cache/gradle:/home/user/.gradle
- ./cache/pub-cache:/home/user/.pub-cache
- /home/jenkins/firka/secrets:/work/secrets
user: "1000:1000"