aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.travis.yml
blob: 66ba91c36c06cd2c71b3316b5c116195dbbfa3bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: cpp
os: linux
dist: bionic

env:
  global:
    - boost_version=1.71.0
  matrix:
    - build_type=debug   arch=x64
    - build_type=release arch=x64

before_script:
  - ./.travis/build_boost.sh

script:
  - ./.travis/build.sh