Skip to content

Commit be54d20

Browse files
committed
Update CI
1 parent 6efe427 commit be54d20

File tree

5 files changed

+243
-104
lines changed

5 files changed

+243
-104
lines changed

.appveyor.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ environment:
6565
B2_CXXSTD: 14,17
6666
B2_TOOLSET: msvc-14.1
6767

68-
- FLAVOR: Visual Studio 2015, 2013
69-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
70-
B2_TOOLSET: msvc-12.0,msvc-14.0
71-
7268
- FLAVOR: cygwin (32-bit)
7369
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
7470
ADDPATH: C:\cygwin\bin;
@@ -83,20 +79,6 @@ environment:
8379
B2_CXXSTD: 03,11,14,1z
8480
B2_TOOLSET: gcc
8581

86-
- FLAVOR: mingw32
87-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
88-
B2_ADDRESS_MODEL: 32
89-
ADDPATH: C:\mingw\bin;
90-
B2_CXXSTD: 03,11,14,1z
91-
B2_TOOLSET: gcc
92-
93-
- FLAVOR: mingw64
94-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
95-
ADDPATH: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin;
96-
B2_ADDRESS_MODEL: 64
97-
B2_CXXSTD: 03,11,14,17,2a
98-
B2_TOOLSET: gcc
99-
10082
install:
10183
- git clone --depth 1 https://github.com/boostorg/boost-ci.git C:\boost-ci-cloned
10284
# Copy ci folder if not testing Boost.CI

0 commit comments

Comments
 (0)