mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
21 lines
596 B
YAML
21 lines
596 B
YAML
# Build configuration used by CanvasKit tests. When building for CanvasKit
|
|
# we must pass FLUTTER_WEB_USE_SKIA=true to dart2js.
|
|
#
|
|
# See also `build.html.yaml`.
|
|
targets:
|
|
$default:
|
|
builders:
|
|
build_web_compilers|entrypoint:
|
|
options:
|
|
compiler: dart2js
|
|
dart2js_args:
|
|
- --no-minify
|
|
- --disable-inlining
|
|
- --enable-asserts
|
|
- --enable-experiment=non-nullable
|
|
- --no-sound-null-safety
|
|
- -DFLUTTER_WEB_USE_SKIA=true
|
|
generate_for:
|
|
include:
|
|
- test/canvaskit/**.dart
|