mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-23 21:20:42 +08:00
first commit
This commit is contained in:
parent
e3d9855ba3
commit
5d2bc42cd0
21
.travis.yml
21
.travis.yml
@ -1,2 +1,21 @@
|
||||
language: c
|
||||
script: make -s check
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user