You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
230 B
YAML
18 lines
230 B
YAML
5 years ago
|
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
|