omemo_dart/.woodpecker.yml
Alexander "PapaTutuWawa ed6dcbee7a
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci: Merge lint and test steps
2023-10-08 00:10:45 +02:00

23 lines
584 B
YAML

pipeline:
analysis:
image: dart:3.0.7
commands:
# Proxy requests to pub.dev using pubcached
- PUB_HOSTED_URL=http://172.17.0.1:8000 dart pub get
- dart analyze --fatal-infos --fatal-warnings
- dart test
when:
path:
includes: ['lib/**', 'test/**']
notify:
image: git.polynom.me/papatutuwawa/woodpecker-xmpp
settings:
xmpp_is_muc: 1
xmpp_tls: 1
xmpp_recipient: moxxy-build@muc.moxxy.org
xmpp_alias: 2Bot
secrets: [ xmpp_jid, xmpp_password, xmpp_server ]
when:
status:
- failure