moxlib/.woodpecker.yml
Alexander "PapaTutuWawa c7968ae045
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
.
2023-08-18 23:28:53 +02:00

22 lines
495 B
YAML

pipeline:
lint:
image: dart:3.0.7
commands:
- dart pub --verbose 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:0.1.0
settings:
xmpp_muc: moxxy-build@muc.moxxy.org
xmpp_tls: 1
secrets: [ xmpp_jid, xmpp_password, xmpp_server ]
when:
status:
- success
- failure