Compare commits

...

2 Commits

Author SHA1 Message Date
db88155e95 ci: Add Woodpecker CI 2022-09-28 14:10:57 +02:00
b07e526b6a release: Bump 2022-08-20 15:08:28 +02:00
2 changed files with 18 additions and 7 deletions

11
.woodpecker.yml Normal file
View File

@ -0,0 +1,11 @@
pipeline:
test:
image: dart:2.18.1
commands:
- dart pub get
- dart analyze --fatal-infos --fatal-warnings
test:
image: dart:2.18.1
commands:
- dart pub get
- dart test

View File

@ -1,8 +1,8 @@
name: moxlib name: moxlib
description: A collection of code for sharing between various moxxy libraries. Not inteded for outside use. description: A collection of code for sharing between various moxxy libraries. Not inteded for outside use.
version: 0.1.3 version: 0.1.4
homepage: https://codeberg.org/moxxy/moxlib homepage: https://codeberg.org/moxxy/moxlib
publish_to: https://pub.polynom.me publish_to: https://git.polynom.me/api/packages/Moxxy/pub
environment: environment:
sdk: ">=2.17.0-266.1.beta <3.0.0" sdk: ">=2.17.0-266.1.beta <3.0.0"
@ -11,11 +11,11 @@ environment:
dependencies: dependencies:
flutter: flutter:
sdk: flutter sdk: flutter
logging: 1.0.2 logging: ^1.0.2
synchronized: 3.0.0 synchronized: ^3.0.0
uuid: 3.0.5 uuid: ^3.0.5
meta: 1.7.0 meta: ^1.7.0
dev_dependencies: dev_dependencies:
flutter_lints: ^2.0.0 flutter_lints: ^2.0.0
test: 1.20.1 test: ^1.20.1