Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
flutter-android
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
docker images
flutter
flutter-android
Commits
417dd76f
Commit
417dd76f
authored
4 months ago
by
Andri Joos
Browse files
Options
Downloads
Patches
Plain Diff
enable android
parent
1f9c4036
No related branches found
No related tags found
No related merge requests found
Pipeline
#7586
passed with stage
Stage:
in 10 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+7
-7
7 additions, 7 deletions
Dockerfile
with
7 additions
and
7 deletions
Dockerfile
+
7
−
7
View file @
417dd76f
...
...
@@ -45,15 +45,15 @@ USER flutter
RUN
yes
"y"
| flutter doctor
--android-licenses
\
&&
dart
--disable-analytics
\
&&
flutter config
--no-analytics
--enable-android
\
&&
flutter config
\
--no-analytics
\
--enable-android
\
&&
flutter precache
--universal
--android
\
&&
yes
| sdkmanager
--sdk_root
=
${
ANDROID_HOME
}
--licenses
# Build demo project/pipeline
#
RUN flutter create --project-name warmup -t app warmup
RUN
flutter create
--project-name
warmup
-t
app warmup
# RUN cd warmup \
# && flutter pub get \
# && flutter build appbundle --release --target-platform android-arm,android-arm64,android-x64 \
# && ls build/app/outputs/bundle/release/ \
# && exit 1
RUN
cd
warmup
\
&&
flutter pub get
\
&&
flutter build appbundle
--release
--target-platform
android-arm,android-arm64,android-x64
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment