mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
17 lines
230 B
YAML
17 lines
230 B
YAML
language: crystal
|
|
|
|
crystal:
|
|
- latest
|
|
|
|
dist: bionic
|
|
|
|
before_install:
|
|
- shards update
|
|
- shards install
|
|
|
|
install:
|
|
- crystal build --error-on-warnings src/invidious.cr
|
|
|
|
script:
|
|
- crystal tool format --check
|
|
- crystal spec
|