blob: 4c59f4a2c1f70446e73791cd0310b150a88f33ac (
plain) (
tree)
|
|
version: '{build}'
image:
- Visual Studio 2015
- Visual Studio 2017
- Visual Studio 2019
environment:
appveyor_boost_version: 1.65.0
appveyor_python_exe: C:\Python36-x64\python.exe
configuration:
- MinSizeRel
platform:
- x64
matrix:
fast_finish: true
install:
- choco install make
build_script:
- make simple
- make static
- make dynamic
- make boost/58
- make boost/72
- make boost/65
|