mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
28 lines
395 B
YAML
28 lines
395 B
YAML
language: crystal
|
|
|
|
crystal:
|
|
- latest
|
|
- nightly
|
|
|
|
jobs:
|
|
allow_failures:
|
|
- crystal: nightly
|
|
|
|
install:
|
|
- shards install
|
|
|
|
script:
|
|
- make test
|
|
- crystal tool format --check
|
|
- sed -i -e 's:<.*>::g' README.md
|
|
- crystal docs
|
|
|
|
deploy:
|
|
provider: pages
|
|
github_token: $GITHUB_TOKEN
|
|
project_name: ameba
|
|
skip_cleanup: true
|
|
on:
|
|
branch: master
|
|
local_dir: docs
|
|
verbose: true
|