2
0
mirror of https://github.com/boostorg/units.git synced 2026-01-19 04:42:15 +00:00

Remove cygwin builds and try to use mingw-w64 for 32-bit builds

This commit is contained in:
Jürgen Hunold
2018-01-13 17:34:30 +01:00
parent 9443a1418c
commit af5558d257

View File

@@ -47,28 +47,14 @@ environment:
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
TOOLSET: msvc-14.1
CXXFLAGS: cxxstd=14,17
- COMMENT: cygwin (32-bit)
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
ADDPATH: C:\cygwin\bin;
B2_ADDRESS_MODEL: address-model=32
TOOLSET: gcc
CXXFLAGS: cxxstd=03,11
# MAYFAIL: true
- COMMENT: cygwin (64-bit)
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
ADDPATH: C:\cygwin64\bin;
B2_ADDRESS_MODEL: address-model=64
TOOLSET: gcc
CXXFLAGS: cxxstd=03,11
# MAYFAIL: true
- COMMENT: mingw
- COMMENT: mingw-w64 32-bit
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
ADDPATH: C:\mingw\bin;
ADDPATH: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw64\bin;
B2_ADDRESS_MODEL: address-model=32
TOOLSET: gcc
CXXFLAGS: cxxstd=03,11
# MAYFAIL: true
- COMMENT: mingw-w64
- COMMENT: mingw-w64 64-bit
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
ADDPATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;
B2_ADDRESS_MODEL: address-model=64