当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 7

Richard/thinksns-plus
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
circle.yml 922 Bytes
一键复制 编辑 原始数据 按行查看 历史
Seven Du 提交于 2018-02-24 12:36 . chore: 恢复记录~
general:
branches:
ignore:
- gh-pages
machine:
node:
version: 6
environment:
TRAVIS_REPO_SLUG: zhiyicx/thinksns-plus
# YARN_VERSION: 0.21.3
# PATH: "${PATH}:${HOME}/.yarn/bin"
dependencies:
pre:
# This is equivalent to $TRAVIS_COMMIT_RANGE
# Need to figure out how to bail early if this is a "docs only" build
- echo $CIRCLE_COMPARE_URL | cut -d/ -f7
# install yarn if it's not already installed
# - |
# if [[ ! -e ~/.yarn/bin/yarn || $(yarn --version) != "${YARN_VERSION}" ]]; then
# curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version $YARN_VERSION
# fi
override:
- npm install
- npm rebuild node-sass --force
- mv .env.example .env
# cache_directories:
# - ~/.yarn
test:
override:
- npm run production
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/baidu8023/thinksns-plus.git
git@gitee.com:baidu8023/thinksns-plus.git
baidu8023
thinksns-plus
thinksns-plus
master

搜索帮助