mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-23 21:20:42 +08:00
22 lines
351 B
YAML
22 lines
351 B
YAML
language: c
|
|
script:
|
|
- make -s badge
|
|
- make -s check
|
|
|
|
|
|
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: build
|
|
on:
|
|
branch: master
|