Add Link text
This commit is contained in:
parent
2c047d9b21
commit
2cc29e7004
4 changed files with 28 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue