1 Star 0 Fork 1

huth511/redis-plus-plus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 781 Bytes
一键复制 编辑 原始数据 按行查看 历史
sewenew 提交于 2020-10-17 21:04 . add Travis CI (#111)
language: cpp
os:
- linux
- osx
dist: bionic
compiler:
- gcc
- clang
before_install:
- wget -L https://github.com/redis/redis/archive/6.0.8.tar.gz -O redis-6.0.8.tar.gz
- tar xfz redis-6.0.8.tar.gz
- wget -L https://github.com/redis/hiredis/archive/master.zip -O hiredis-master.zip
- unzip hiredis-master.zip
- mkdir -p $TRAVIS_BUILD_DIR/install
install:
- cd redis-6.0.8 && make -j2 && cd ..
- ./redis-6.0.8/src/redis-server &
- cd hiredis-master && make PREFIX=$TRAVIS_BUILD_DIR/install -j2 install && cd ..
script:
- mkdir compile && cd compile && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$TRAVIS_BUILD_DIR/install .. && make -j2 && cd ..
- ./compile/test/test_redis++ -h 127.0.0.1 -p 6379
branches:
only:
- master
- dev
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/huth511/redis-plus-plus.git
git@gitee.com:huth511/redis-plus-plus.git
huth511
redis-plus-plus
redis-plus-plus
master

搜索帮助