Skip to content

Commit f8bc5d6

Browse files
committed
Update CI
1 parent 6efe427 commit f8bc5d6

File tree

3 files changed

+210
-110
lines changed

3 files changed

+210
-110
lines changed

.appveyor.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ matrix:
4141

4242
environment:
4343
global:
44-
SELF: numeric\interval
4544
B2_CI_VERSION: 1
4645
GIT_FETCH_JOBS: 4
4746
# see: http://www.boost.org/build/doc/html/bbv2/overview/invocation.html#bbv2.overview.invocation.properties
@@ -65,10 +64,6 @@ environment:
6564
B2_CXXSTD: 14,17
6665
B2_TOOLSET: msvc-14.1
6766

68-
- FLAVOR: Visual Studio 2015, 2013
69-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
70-
B2_TOOLSET: msvc-12.0,msvc-14.0
71-
7267
- FLAVOR: cygwin (32-bit)
7368
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
7469
ADDPATH: C:\cygwin\bin;
@@ -83,20 +78,6 @@ environment:
8378
B2_CXXSTD: 03,11,14,1z
8479
B2_TOOLSET: gcc
8580

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-
10081
install:
10182
- git clone --depth 1 https://github.com/boostorg/boost-ci.git C:\boost-ci-cloned
10283
# Copy ci folder if not testing Boost.CI

0 commit comments

Comments
 (0)