mirror of
https://github.com/boostorg/check_build.git
synced 2025-05-09 15:14:03 +00:00
Remove 64 bit builds because Python
This commit is contained in:
parent
4b92721a8e
commit
9c3fc263fc
@ -19,15 +19,16 @@ environment:
|
||||
ADDRMD: 32
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
||||
TOOLSET: msvc-12.0,msvc-14.0
|
||||
ADDRMD: 32,64
|
||||
# Boost.Python doesn't link on 64 without extra configuration
|
||||
ADDRMD: 32
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
||||
TOOLSET: msvc-14.1
|
||||
CXXSTD: 14,17
|
||||
ADDRMD: 32,64
|
||||
ADDRMD: 32
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||
TOOLSET: msvc-14.2
|
||||
CXXSTD: 14,17,latest
|
||||
ADDRMD: 32,64
|
||||
ADDRMD: 32
|
||||
|
||||
install:
|
||||
- set BOOST_BRANCH=develop
|
||||
|
Loading…
x
Reference in New Issue
Block a user