aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.travis.yml
blob: da10b09c907665d49a865ed4af06c7ff469cfdca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
language: cpp
os: linux
dist: bionic

addons:
  apt:
    update: true
    packages:
      - mingw-w64

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

before_script:
  - ./.travis/build_boost.sh

script:
  - ./.travis/build.sh