|
|
@ -10,6 +10,9 @@ platform: |
|
|
|
os: linux |
|
|
|
os: linux |
|
|
|
arch: amd64 |
|
|
|
arch: amd64 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
environment: |
|
|
|
|
|
|
|
PUB_CACHE: /app/.pub_cache |
|
|
|
|
|
|
|
|
|
|
|
clone: |
|
|
|
clone: |
|
|
|
git: |
|
|
|
git: |
|
|
|
image: plugins/git:next |
|
|
|
image: plugins/git:next |
|
|
@ -66,6 +69,7 @@ steps: |
|
|
|
pull: always |
|
|
|
pull: always |
|
|
|
image: jonasfranz/flutter:2.10.1 |
|
|
|
image: jonasfranz/flutter:2.10.1 |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
|
|
|
|
- flutter pub get |
|
|
|
- flutter pub run dart_code_metrics:metrics analyze lib -r html |
|
|
|
- flutter pub run dart_code_metrics:metrics analyze lib -r html |
|
|
|
- name: convert_to_latex |
|
|
|
- name: convert_to_latex |
|
|
|
pull: always |
|
|
|
pull: always |
|
|
|