mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-23 21:20:42 +08:00
19 lines
267 B
YAML
19 lines
267 B
YAML
language: c
|
|
script:
|
|
- sh ./scripts/check.sh
|
|
- ./scripts/badge.sh
|
|
branches:
|
|
only:
|
|
- master
|
|
except:
|
|
- gh-pages
|
|
git:
|
|
submodules: false
|
|
deploy:
|
|
provider: pages
|
|
skip_cleanup: true
|
|
github_token: $GITHUB_TOKEN
|
|
local_dir: build
|
|
on:
|
|
branch: master
|