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

21 lines
331 B
YAML

language: c
script:
- 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: build
on:
branch: badge