1 Star 0 Fork 0

术木 / OpenCC

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 676 Bytes
一键复制 编辑 原始数据 按行查看 历史
Carbo Kuo 提交于 2020-05-09 23:38 . Enable C++ test on OSX for travis CI.
language: node_js
cache:
npm: true
ccache: true
node_js:
- stable
- 13
- 10
- 8
os:
- linux
- osx
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- doxygen
- g++-4.8
# Install scripts. (runs after repo cloning)
install:
- if [ $TRAVIS_OS_NAME == "linux" ]; then export CXX=g++-4.8; fi
# install modules
- npm install --build-from-source
# Post-install test scripts.
script:
- export PATH="/usr/lib/ccache/:$PATH"
- if [ $TRAVIS_NODE_VERSION == "stable" ]; then
make test VERBOSE=1;
make package VERBOSE=1;
make benchmark VERBOSE=1;
fi
- npm test
after_success:
- npm run deploy
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/spy109/OpenCC.git
git@gitee.com:spy109/OpenCC.git
spy109
OpenCC
OpenCC
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891