fbmobile/.drone.yml

49 lines
1.2 KiB
YAML
Raw Normal View History

2023-03-20 08:03:18 +00:00
---
2022-01-22 09:06:13 +00:00
kind: pipeline
2022-08-17 15:08:08 +00:00
type: docker
name: build
2022-01-22 09:06:13 +00:00
trigger:
event:
include:
- push
- pull_request
2022-01-22 09:06:13 +00:00
steps:
- name: build
image: ghcr.io/cirruslabs/flutter:3.10.2
2022-01-22 09:06:13 +00:00
commands:
- flutter doctor
- flutter pub get
2022-08-17 15:08:08 +00:00
- flutter pub outdated
2022-01-22 09:06:13 +00:00
- flutter packages pub run build_runner build --delete-conflicting-outputs
- flutter analyze --no-pub --no-current-package lib/
2022-01-22 09:13:28 +00:00
- flutter build apk --debug
2023-07-24 21:39:21 +00:00
---
kind: pipeline
type: docker
name: renovate
trigger:
event:
- cron
environment:
LOG_LEVEL: debug
steps:
- name: renovate - validate config
image: renovate/renovate:36.21-slim
# See https://github.com/renovatebot/renovate/discussions/15049
commands:
- unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL
- renovate-config-validator
- name: renovate
image: renovate/renovate:36.21-slim
# See https://github.com/renovatebot/renovate/discussions/15049
commands:
- unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL
- renovate