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

enable only android

parent b566167d
Branches master
No related tags found
No related merge requests found
Pipeline #7665 passed with stage
in 18 minutes and 52 seconds
......@@ -15,7 +15,18 @@ USER ${USERNAME}
RUN sdkmanager \
"emulator" \
"platform-tools"
"platform-tools" \
&& dart --disable-analytics \
&& flutter config \
--no-analytics \
--no-enable-web \
--no-enable-linux-desktop \
--no-enable-macos-desktop \
--no-enable-windows-desktop \
--no-enable-ios \
--no-enable-fuchsia \
--enable-android \
&& flutter precache --universal --android
WORKDIR ${WORKSPACE}
......
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