Compare commits

...

7 Commits
main ... debug

Author SHA1 Message Date
afa0e57052
change user to 1000 2025-04-24 20:00:41 +02:00
4d1f1e6dde
Make flutter commands dependent on each other 2025-04-16 17:10:12 +02:00
7ae41963b5
Add gen-l10n 2025-04-16 17:06:00 +02:00
9a4dd7786f
revert testing for now 2025-04-15 19:21:26 +02:00
07d774ae88
run build apk first 2025-04-15 16:20:16 +02:00
ebcac3655b
add support for coverage testing 2025-04-15 14:43:01 +02:00
3f87644c7d Change to debug build 2025-04-11 07:29:22 +02:00
2 changed files with 4 additions and 2 deletions

View File

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

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"