2022-09-28 12:10:57 +00:00
|
|
|
pipeline:
|
2022-09-28 12:12:20 +00:00
|
|
|
lint:
|
2023-08-18 16:15:56 +00:00
|
|
|
image: dart:3.0.7
|
2022-09-28 12:10:57 +00:00
|
|
|
commands:
|
2023-08-18 17:18:19 +00:00
|
|
|
- dart pub --verbose get --no-precompile
|
2022-09-28 12:10:57 +00:00
|
|
|
- dart analyze --fatal-infos --fatal-warnings
|
|
|
|
test:
|
2023-08-18 16:15:56 +00:00
|
|
|
image: dart:3.0.7
|
2022-09-28 12:10:57 +00:00
|
|
|
commands:
|
|
|
|
- dart pub get
|
|
|
|
- dart test
|
2023-08-18 21:19:07 +00:00
|
|
|
notify:
|
2023-08-18 21:33:02 +00:00
|
|
|
image: git.polynom.me/papatutuwawa/woodpecker-xmpp:0.1.1
|
2023-08-18 21:19:07 +00:00
|
|
|
settings:
|
|
|
|
xmpp_muc: moxxy-build@muc.moxxy.org
|
|
|
|
xmpp_tls: 1
|
|
|
|
secrets: [ xmpp_jid, xmpp_password, xmpp_server ]
|
|
|
|
when:
|
|
|
|
status:
|
|
|
|
- success
|
|
|
|
- failure
|