TranslateProject/.travis.yml
2018-10-23 18:14:35 +08:00

22 lines
355 B
YAML

language: c
script:
- make -s check
- make -s deploy
branches:
only:
- master
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
local_dir: status_badge
on:
branch: master