2020-04-19 13:52:13 +02:00
|
|
|
image: alpine/edge
|
|
|
|
|
|
|
|
packages:
|
|
|
|
- crystal
|
|
|
|
|
|
|
|
sources:
|
|
|
|
- https://git.sr.ht/~arestifo/crystal-cbor
|
|
|
|
|
|
|
|
tasks:
|
|
|
|
- lint: |
|
|
|
|
cd crystal-cbor
|
2020-04-19 13:53:15 +02:00
|
|
|
crystal tool format --check
|
2020-04-19 13:52:13 +02:00
|
|
|
- test: |
|
|
|
|
cd crystal-cbor
|
2020-04-20 14:57:20 +02:00
|
|
|
crystal spec --error-on-warnings
|