Add .circleci/config.yml (#3)

* Add .circleci/config.yml
This commit is contained in:
2022-10-01 23:34:54 +01:00
committed by GitHub
parent ab9dc41b0b
commit e07e10079e
5 changed files with 27 additions and 48 deletions

11
.circleci/config.yml Normal file
View 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