crystal-cbor/.build.yml

16 lines
246 B
YAML
Raw Normal View History

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
crystal spec --error-on-warnings