mirror of
https://gitea.invidious.io/iv-org/shard-backtracer.cr.git
synced 2024-08-15 00:53:13 +00:00
21 lines
293 B
YAML
21 lines
293 B
YAML
|
language: crystal
|
||
|
|
||
|
crystal:
|
||
|
- latest
|
||
|
- nightly
|
||
|
|
||
|
jobs:
|
||
|
allow_failures:
|
||
|
- crystal: nightly
|
||
|
|
||
|
install:
|
||
|
- shards install
|
||
|
|
||
|
script:
|
||
|
- crystal spec
|
||
|
- crystal spec --no-debug
|
||
|
- crystal spec --release
|
||
|
- crystal spec --release --no-debug
|
||
|
- crystal tool format --check
|
||
|
- bin/ameba
|