Add build config
This commit is contained in:
parent
9a7ec44b66
commit
4a740a627e
2 changed files with 15 additions and 6 deletions
15
.build.yml
Normal file
15
.build.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
image: alpine/edge
|
||||
|
||||
packages:
|
||||
- crystal
|
||||
|
||||
sources:
|
||||
- https://git.sr.ht/~arestifo/crystal-cbor
|
||||
|
||||
tasks:
|
||||
- lint: |
|
||||
cd crystal-cbor
|
||||
crystal tool format --chec
|
||||
- test: |
|
||||
cd crystal-cbor
|
||||
crystal spec
|
|
@ -1,6 +0,0 @@
|
|||
language: crystal
|
||||
|
||||
# Uncomment the following if you'd like Travis to run specs and check code formatting
|
||||
# script:
|
||||
# - crystal spec
|
||||
# - crystal tool format --check
|
Loading…
Add table
Reference in a new issue