Files
rest_rpc/.travis.yml
2021-01-06 01:23:55 +08:00

28 lines
466 B
YAML

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