TranslateProject/.travis.yml

22 lines
349 B
YAML
Raw Normal View History

2017-12-15 13:18:15 +08:00
language: c
2018-10-23 18:14:35 +08:00
script:
2018-10-23 20:49:57 +08:00
- make -s check
2018-10-23 20:13:32 +08:00
- make -s badge
2018-10-23 18:14:35 +08:00
branches:
only:
2018-10-23 20:13:32 +08:00
- badge
2018-10-23 18:14:35 +08:00
install:
- git clone --depth=1 https://github.com/LCTT/lctt-scripts
- sed -i "/ProjectRoot=/cProjectRoot=$(pwd)" ./lctt-scripts/lctt.cfg
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
2018-10-23 20:13:32 +08:00
local_dir: badge
2018-10-23 20:49:57 +08:00
on:
branch: badge