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

Commit a000024

Browse files
committed
build: setup gitlab runner
1 parent 0d1778d commit a000024

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.gitlab-ci.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
default:
2+
image: google/dart
3+
4+
stages:
5+
- analyze
6+
7+
jobAnalyze:
8+
stage: analyze
9+
script:
10+
- dart pub upgrade
11+
- dart run dart_code_metrics:metrics lib -r gitlab > code-quality-report.json
12+
- dart run dart_code_metrics:metrics lib -r html
13+
artifacts:
14+
paths:
15+
- metrics
16+
reports:
17+
codequality: code-quality-report.json

0 commit comments

Comments
 (0)