1 Star 0 Fork 14

mcy-kylin/native-debug

forked from openKylin/native-debug 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 310 Bytes
一键复制 编辑 原始数据 按行查看 历史
sudo: false
language: node_js
node_js:
- stable
os:
- osx
- linux
before_install:
- if [ $TRAVIS_OS_NAME == "linux" ]; then
export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0;
sh -e /etc/init.d/xvfb start;
sleep 3;
fi
script:
- |
npm install
tsc
node out/src/test/runTest.js
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mcy-kylin/native-debug.git
git@gitee.com:mcy-kylin/native-debug.git
mcy-kylin
native-debug
native-debug
master

搜索帮助