1 Star 1 Fork 0

EtcFly/unqlite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 522 Bytes
一键复制 编辑 原始数据 按行查看 历史
Gert-Jan Timmer 提交于 2018-03-15 11:59 . Add Initial Travis CI
sudo: false
os: linux
dist: trusty
# Language
language: cpp
matrix:
include:
# GCC 6
- env: UNIT_TESTS=true COMPILER=g++-6 BOOST_VERSION=default ENABLE_MEMCHECK=true
addons: { apt: { packages: ["g++-6", "valgrind"], sources: ["ubuntu-toolchain-r-test"] } }
# GCC 7
- env: UNIT_TESTS=true COMPILER=g++-7 BOOST_VERSION=default ENABLE_MEMCHECK=true
addons: { apt: { packages: ["g++-7", "valgrind"], sources: ["ubuntu-toolchain-r-test"] } }
script:
- |
cmake CMakeLists.txt
make all
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wyabc/unqlite.git
[email protected]:wyabc/unqlite.git
wyabc
unqlite
unqlite
master

搜索帮助