2021-08-15 18:23:37 +07:00
|
|
|
image: cirrusci/flutter:stable
|
2021-08-15 18:20:24 +07:00
|
|
|
|
2021-08-15 18:23:37 +07:00
|
|
|
before_script:
|
|
|
|
- flutter pub get
|
2021-08-15 18:20:24 +07:00
|
|
|
|
2021-08-15 18:23:37 +07:00
|
|
|
stages:
|
2021-08-15 21:31:16 +07:00
|
|
|
- build
|
|
|
|
- analyze
|
2021-08-15 18:20:24 +07:00
|
|
|
|
2021-08-15 21:31:16 +07:00
|
|
|
build:
|
|
|
|
stage: build
|
2021-08-15 18:20:24 +07:00
|
|
|
script:
|
2021-08-15 21:31:16 +07:00
|
|
|
- flutter build apk
|
|
|
|
|
|
|
|
analyze:
|
|
|
|
stage: analyze
|
|
|
|
script:
|
|
|
|
- flutter analyze
|