Add Link text

This commit is contained in:
Christian Pauly 2020-01-04 08:37:09 +00:00
commit 2cc29e7004
4 changed files with 28 additions and 21 deletions

View file

@ -11,11 +11,11 @@ code_analyze:
script:
- flutter analyze
#test:
# stage: coverage
# dependencies: []
# script:
# - flutter test
test:
stage: coverage
dependencies: []
script:
- flutter test
build_web:
stage: coverage
@ -45,17 +45,6 @@ build_android_fdroid:
only:
- master
build_android_debug:
stage: coverage
script:
- flutter build apk --debug
artifacts:
when: on_success
paths:
- build/app/outputs/apk/release/app-debug.apk
except:
- master
pages:
stage: publish
image: ruby:2.3