Sign in
flutter
/
recipes
/
2d1d7259537f4dc8ed7304e4b8ee672187c4212b
/
.
/
recipe_modules
/
adhoc_validation
/
resources
/
fuchsia_precache.sh
blob: 337ea721587eb6f76721a624c9b925563fa1d199 [
file
] [
log
] [
blame
]
#!/bin/bash
#
# Validates flutter tool can succesfully download fuchsia
# artifacts.
#
set
-
e
flutter config
--
enable
-
fuchsia
flutter precache
--
fuchsia
--
no
-
android
--
no
-
ios
--
force
flutter precache
--
flutter_runner
--
no
-
android
--
no
-
ios
--
force