Compare commits

..

14 Commits

Author SHA1 Message Date
e1677dee66 Finally fix the CI
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-22 19:44:21 +02:00
b15b7eb27a Drbug
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-22 19:39:14 +02:00
4743badc4b Fix usage of woodpecker-xmpp
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-22 19:37:30 +02:00
1dd99802d5 Improve CI
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-22 19:35:44 +02:00
0c8b572e82 verbose
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-20 21:36:13 +02:00
45cf73dbf5 ci: Use the pub cache
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-20 21:08:34 +02:00
a29eddeb66 .
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-18 23:36:47 +02:00
4dc0d5652e .
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-18 23:33:02 +02:00
c7968ae045 .
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-18 23:28:53 +02:00
c188e82888 ci: Test notify
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-18 23:19:07 +02:00
ceeb1efde7 .
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-18 19:18:19 +02:00
e833e9d9c8 ci: Update pubspec
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-18 18:30:34 +02:00
a68a77d172 ci: Add verbose logging
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-18 18:18:05 +02:00
e3cbe3b065 ci: Use a newer Dart version
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-18 18:15:56 +02:00

View File

@ -3,13 +3,12 @@ pipeline:
image: dart:3.0.7
commands:
# Proxy requests to pub.dev using pubcached
- PUB_HOSTED_URL=http://172.17.0.1:8000 dart pub get
- 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:
# Proxy requests to pub.dev using pubcached
- PUB_HOSTED_URL=http://172.17.0.1:8000 dart pub get
- dart pub get
- dart test
notify:
image: git.polynom.me/papatutuwawa/woodpecker-xmpp
@ -21,4 +20,5 @@ pipeline:
secrets: [ xmpp_jid, xmpp_password, xmpp_server ]
when:
status:
- success
- failure