add travis ci

This commit is contained in:
jandai
2021-01-05 23:30:56 +08:00
parent 49ec028928
commit f359abee86
2 changed files with 29 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
language: cpp
dist: trusty
os: linux
compiler:
- gcc
jobs:
include:
- env: COMPILER=g++-8 BUILD=Release STANDARD=17
compiler: gcc
addons:
apt:
update: true
sources:
- sourceline: 'ppa:mhier/libboost-latest'
- ubuntu-toolchain-r-test
packages:
- g++-8
- boost1.67
- cmake
script:
- cd examples
- mkdir build
- cd build
- cmake ..
- make
+2
View File
@@ -1,4 +1,6 @@
# rest_rpc
[![Build Status](https://travis-ci.org/qicosmos/rest_rpc.svg?branch=master)](https://travis-ci.org/qicosmos/rest_rpc)
c++11, high performance, cross platform, easy to use rpc framework.
It's so easy to love RPC.