1 Star 0 Fork 1

郑明/como_v8pp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 582 Bytes
一键复制 编辑 原始数据 按行查看 历史
Pavel Medvedev 提交于 2018-10-19 21:06 . support V8 6.3 and newer
language: c++
sudo: required
dist: xenial
compiler:
- gcc
- clang
env:
- V8_VERSION=6.3
- V8_VERSION=6.4
- V8_VERSION=6.5
- V8_VERSION=6.6
before_install:
- sudo add-apt-repository ppa:pinepain/libv8-archived -y
- sudo add-apt-repository ppa:pinepain/libv8 -y
- sudo apt-get update -q
- sudo apt-get install libv8-"$V8_VERSION"-dev -y
install:
- if [ "$CXX" == "clang++" ]; then export CXXFLAGS="-stdlib=libstdc++"; fi
script: make
after_success: LD_LIBRARY_PATH=.:/opt/libv8-${V8_VERSION}/lib ./v8pp_test -v --run-tests test/console.js test/file.js
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/zhengmingtoh/como_v8pp.git
[email protected]:zhengmingtoh/como_v8pp.git
zhengmingtoh
como_v8pp
como_v8pp
master

搜索帮助