ci: Use pubcached for pub.dev dependencies
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
7eedee0094
commit
bdc05fec2b
@ -1,13 +1,15 @@
|
||||
pipeline:
|
||||
lint:
|
||||
image: dart:2.18.1
|
||||
image: dart:3.0.7
|
||||
commands:
|
||||
- dart pub get
|
||||
# Proxy requests to pub.dev using pubcached
|
||||
- PUB_HOSTED_URL=http://172.17.0.1:8000 dart pub get
|
||||
- dart analyze --fatal-infos --fatal-warnings
|
||||
test:
|
||||
image: dart:2.18.1
|
||||
image: dart:3.0.7
|
||||
commands:
|
||||
- dart pub get
|
||||
# Proxy requests to pub.dev using pubcached
|
||||
- PUB_HOSTED_URL=http://172.17.0.1:8000 dart pub get
|
||||
- dart test
|
||||
notify:
|
||||
image: git.polynom.me/papatutuwawa/woodpecker-xmpp
|
||||
|
Loading…
Reference in New Issue
Block a user