2017-10-26 16:46:58 +00:00
|
|
|
language: crystal
|
2020-05-05 11:39:43 +00:00
|
|
|
|
|
|
|
crystal:
|
|
|
|
- latest
|
|
|
|
- nightly
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
allow_failures:
|
|
|
|
- crystal: nightly
|
|
|
|
|
|
|
|
install:
|
|
|
|
- shards install
|
|
|
|
|
2017-11-05 20:08:01 +00:00
|
|
|
script:
|
|
|
|
- make test
|
2018-09-03 20:03:25 +00:00
|
|
|
- crystal tool format --check
|
2017-11-14 23:02:07 +00:00
|
|
|
- sed -i -e 's:<.*>::g' README.md
|
|
|
|
- crystal docs
|
2020-05-05 11:39:43 +00:00
|
|
|
|
2017-11-14 23:02:07 +00:00
|
|
|
deploy:
|
|
|
|
provider: pages
|
|
|
|
github_token: $GITHUB_TOKEN
|
|
|
|
project_name: ameba
|
2020-03-29 17:35:18 +00:00
|
|
|
skip_cleanup: true
|
2017-11-14 23:02:07 +00:00
|
|
|
on:
|
|
|
|
branch: master
|
2017-12-26 16:28:56 +00:00
|
|
|
local_dir: docs
|
2018-03-08 17:20:44 +00:00
|
|
|
verbose: true
|