moxlib/.woodpecker.yml
Alexander "PapaTutuWawa 4743badc4b
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Fix usage of woodpecker-xmpp
2023-08-22 19:37:30 +02:00

24 lines
567 B
YAML

pipeline:
lint:
image: dart:3.0.7
commands:
- PUB_HOSTED_URL=http://172.17.0.1:8000 dart pub get --no-precompile
- dart analyze --fatal-infos --fatal-warnings
test:
image: dart:3.0.7
commands:
- dart pub get
- dart test
notify:
image: git.polynom.me/papatutuwawa/woodpecker-xmpp
settings:
xmpp_tls: 1
xmpp_is_muc: 1
xmpp_recipient: moxxy-build@muc.moxxy.org
xmpp_alias: 2Bot
secrets: [ xmpp_jid, xmpp_password, xmpp_server ]
when:
status:
- success
- failure