1
0
mirror of https://github.com/flutter/samples.git synced 2026-04-16 12:05:54 +00:00
Files
samples/gemini_tasks/macos/Flutter/ephemeral/flutter_export_environment.sh
Eric Windmill 7a04286eb7 CI fixes (#2825)
Configure CI to skip samples that only fail in beta
2026-04-14 16:49:05 -07:00

13 lines
521 B
Bash
Executable File

#!/bin/sh
# This is a generated file; do not edit or check into version control.
export "FLUTTER_ROOT=/Users/ewindmill/development/flutter"
export "FLUTTER_APPLICATION_PATH=/Users/ewindmill/development/samples/gemini_tasks"
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
export "FLUTTER_BUILD_DIR=build"
export "FLUTTER_BUILD_NAME=1.0.0"
export "FLUTTER_BUILD_NUMBER=1"
export "DART_OBFUSCATION=false"
export "TRACK_WIDGET_CREATION=true"
export "TREE_SHAKE_ICONS=false"
export "PACKAGE_CONFIG=.dart_tool/package_config.json"