6 lines
135 B
YAML
6 lines
135 B
YAML
pipeline:
|
|
flutterBuild:
|
|
image: cirrusci/flutter:stable
|
|
commands:
|
|
- flutter build appbundle
|
|
- flutter build linux
|