mirror of
https://github.com/hmalik144/easy_cc_flutter.git
synced 2025-12-10 03:05:34 +00:00
11
.circleci/config.yml
Normal file
11
.circleci/config.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user