1 Star 0 Fork 0

清江堤畔 / OpenCC

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 628 Bytes
一键复制 编辑 原始数据 按行查看 历史
IU 提交于 2021-06-19 14:53 . Support nodejs 16 in macos (#597)
language: node_js
cache:
npm: true
ccache: true
node_js:
- stable
- 16
- 14
- 12
- 10
os:
- linux
- osx
arch:
- amd64
- arm64
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- doxygen
# Install scripts. (runs after repo cloning)
install:
# 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
1
https://gitee.com/zsdcqg/OpenCC.git
git@gitee.com:zsdcqg/OpenCC.git
zsdcqg
OpenCC
OpenCC
master

搜索帮助