Compare commits
14 Commits
Author | SHA1 | Date | |
---|---|---|---|
e1677dee66 | |||
b15b7eb27a | |||
4743badc4b | |||
1dd99802d5 | |||
0c8b572e82 | |||
45cf73dbf5 | |||
a29eddeb66 | |||
4dc0d5652e | |||
c7968ae045 | |||
c188e82888 | |||
ceeb1efde7 | |||
e833e9d9c8 | |||
a68a77d172 | |||
e3cbe3b065 |
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user