Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit d7eeee9

Browse files
committed
build: setup bitbucket pipeline
1 parent 4276f40 commit d7eeee9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

bitbucket-pipelines.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
image: google/dart
2+
3+
pipelines:
4+
default:
5+
- step:
6+
name: analyze
7+
script:
8+
- dart pub upgrade
9+
- dart run dart_code_metrics:metrics lib

0 commit comments

Comments
 (0)