18 Star 65 Fork 9

百度开源 / NoahV

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.travis.yml 575 Bytes
Copy Edit Raw Blame History
DarrenY authored 2019-12-17 14:08 . ci: update build conf (#85)
sudo: false
language: node_js
os:
- linux
- osx
- windows
node_js:
- '10'
cache: npm
jobs:
include:
- stage: test
if: (commit_message !~ /(docs|chore)/)
script: bash travis.sh
- stage: deploy
if: (branch = master) AND (commit_message =~ /(docs)/)
script: cd doc && bash release.sh
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
keep_history: true
local_dir: doc/noahv
notifications:
email:
on_success: never
on_failure: always
JavaScript
1
https://gitee.com/baidu/NoahV.git
git@gitee.com:baidu/NoahV.git
baidu
NoahV
NoahV
master

Search