aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.appveyor.yml
blob: b30856bbb3348737b6ae8b9a99b8fbbcaa594b6e (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
25
26
27
28
29
30
31
version: '{build}'

image:
  - Visual Studio 2015
  - Visual Studio 2017
  - Visual Studio 2019

environment:
  appveyor_python_exe: C:\Python36-x64\python.exe
  boost_version: 1.65.0

configuration:
  - MinSizeRel

platform:
  - x64

matrix:
  fast_finish: true

install:
  - choco install make

build_script:
  - make -f .ci/Makefile simple
  - make -f .ci/Makefile static
  - make -f .ci/Makefile dynamic

  - make -f .ci/Makefile boost/58
  - make -f .ci/Makefile boost/72
  - make -f .ci/Makefile boost/65