Skip to content
Snippets Groups Projects
Commit 417dd76f authored by Andri Joos's avatar Andri Joos :blush:
Browse files

enable android

parent 1f9c4036
No related branches found
No related tags found
No related merge requests found
Pipeline #7586 passed with stage
in 10 minutes and 34 seconds
......@@ -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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment