1 Star 0 Fork 23

pdao / xredis

forked from xSky / xredis 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 676 Bytes
一键复制 编辑 原始数据 按行查看 历史
xSky 提交于 2018-01-05 14:08 . Merge branch 'devel'
sudo: false # 开启基于容器的Travis CI任务,让编译效率更高。
language: cpp
os:
- linux
compiler:
- gcc
branches:
only:
- master
env:
matrix:
- REDIS=1
global:
- CURPATH=$(pwd)
- TOOLSDIR=$HOME/Tools
- HIREDISDIR=$TOOLSDIR/redis
- LD_LIBRARY_PATH=$HIREDISDIR:$LD_LIBRARY_PATH
- COMPILER=g++-7
before_install:
- mkdir -p $TOOLSDIR
- cd $TOOLSDIR
- wget http://download.redis.io/releases/redis-3.0.6.tar.gz
- tar zxf redis-3.0.6.tar.gz
before_script:
- export
- cd redis-3.0.6/deps/hiredis
- make
- sudo make install
script:
- export
- cd $TRAVIS_BUILD_DIR
- make
- sudo make install
C++
1
https://gitee.com/pdao/xredis.git
git@gitee.com:pdao/xredis.git
pdao
xredis
xredis
master

搜索帮助