TranslateProject/.travis.yml
2018-10-23 20:37:31 +08:00

20 lines
325 B
YAML

language: c
script:
- make -s check
- make -s badge
branches:
only:
- badge
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: badge