Compare commits
No commits in common. "debug" and "main" have entirely different histories.
@ -44,9 +44,8 @@ flutter config --no-analytics --no-cli-animations
|
||||
|
||||
cp -r /src/* /work
|
||||
cd /work/firka
|
||||
flutter pub get && \
|
||||
flutter gen-l10n --template-arb-file app_hu.arb && \
|
||||
flutter build apk --debug --verbose
|
||||
flutter pub get
|
||||
flutter build apk --release --verbose --tree-shake-icons --split-per-abi --target-platform android-arm,android-arm64
|
||||
EOF
|
||||
|
||||
RUN chmod +x /home/user/*.sh
|
||||
|
@ -7,4 +7,3 @@ services:
|
||||
- ./cache/gradle:/home/user/.gradle
|
||||
- ./cache/pub-cache:/home/user/.pub-cache
|
||||
- /home/jenkins/firka/secrets:/work/secrets
|
||||
user: "1000:1000"
|
||||
|
Loading…
x
Reference in New Issue
Block a user