mirror of
https://github.com/hmalik144/easy_cc_flutter.git
synced 2025-12-10 03:05:34 +00:00
11 lines
236 B
YAML
11 lines
236 B
YAML
version: 2.1
|
|
jobs:
|
|
build:
|
|
docker:
|
|
- image: cirrusci/flutter:3.3.3
|
|
steps:
|
|
- checkout
|
|
- run: flutter doctor
|
|
- run: flutter pub get
|
|
- run: flutter pub run build_runner build
|
|
- run: flutter test |