mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-10 22:21:11 +08:00
20 lines
325 B
YAML
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
|