moxlib/.woodpecker.yml
Alexander "PapaTutuWawa 1dd99802d5
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Improve CI
2023-08-22 19:35:44 +02:00

22 lines
517 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_muc: moxxy-build@muc.moxxy.org
xmpp_tls: 1
secrets: [ xmpp_jid, xmpp_password, xmpp_server ]
when:
status:
- success
- failure