mirror of
https://github.com/LCTT/TranslateProject.git
synced 2026-08-23 04:03:29 +08:00
first commit
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user