moxlib/.woodpecker.yml
Alexander "PapaTutuWawa 4dc0d5652e
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
.
2023-08-18 23:33:02 +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.1
settings:
xmpp_muc: moxxy-build@muc.moxxy.org
xmpp_tls: 1
secrets: [ xmpp_jid, xmpp_password, xmpp_server ]
when:
status:
- success
- failure