Skip to content

Commit 09eaa11

Browse files
committed
Update CI
1 parent 0fb1109 commit 09eaa11

5 files changed

Lines changed: 267 additions & 121 deletions

File tree

.appveyor.yml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,6 @@ environment:
6464
B2_CXXSTD: 14,17
6565
B2_TOOLSET: msvc-14.1
6666

67-
- FLAVOR: clang-cl
68-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
69-
B2_ADDRESS_MODEL: 64
70-
B2_CXXSTD: 11,14,17
71-
B2_TOOLSET: clang-win
72-
73-
- FLAVOR: Visual Studio 2015, 2013
74-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
75-
B2_TOOLSET: msvc-12.0,msvc-14.0
76-
77-
- FLAVOR: Visual Studio 2008, 2010, 2012
78-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
79-
B2_TOOLSET: msvc-9.0,msvc-10.0,msvc-11.0
80-
B2_ADDRESS_MODEL: 32 # No 64bit support
81-
8267
- FLAVOR: cygwin (32-bit)
8368
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
8469
ADDPATH: C:\cygwin\bin;
@@ -93,20 +78,6 @@ environment:
9378
B2_CXXSTD: 03,11,14,1z
9479
B2_TOOLSET: gcc
9580

96-
- FLAVOR: mingw32
97-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
98-
B2_ADDRESS_MODEL: 32
99-
ADDPATH: C:\mingw\bin;
100-
B2_CXXSTD: 03,11,14,1z
101-
B2_TOOLSET: gcc
102-
103-
- FLAVOR: mingw64
104-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
105-
ADDPATH: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin;
106-
B2_ADDRESS_MODEL: 64
107-
B2_CXXSTD: 03,11,14,17,2a
108-
B2_TOOLSET: gcc
109-
11081
install:
11182
- git clone --depth 1 https://github.com/boostorg/boost-ci.git C:\boost-ci-cloned
11283
# Copy ci folder if not testing Boost.CI
@@ -118,8 +89,3 @@ build: off
11889

11990
test_script: ci\build.bat
12091

121-
for:
122-
# CodeCov coverage build
123-
- matrix:
124-
only: [COVERAGE: true]
125-
test_script: [ps: ci\codecov.ps1]

0 commit comments

Comments
 (0)