File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Copyright 2016, 2017 Peter Dimov
2
- # Copyright 2019 - 2021 Andrey Semashev
2
+ # Copyright 2019-2022 Andrey Semashev
3
3
# Distributed under the Boost Software License, Version 1.0.
4
4
# (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt)
5
5
@@ -23,22 +23,27 @@ environment:
23
23
EXTRA_TESTS : 1
24
24
APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
25
25
- TOOLSET : msvc-14.1
26
- CXXSTD : 14,17
26
+ CXXSTD : 14,17,latest
27
27
ADDRMD : 32,64
28
28
APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
29
29
- TOOLSET : msvc-14.2
30
30
ADDRMD : 32,64
31
- CXXSTD : 14,17
31
+ CXXSTD : 14,17,20,latest
32
32
THREADING : single,multi
33
33
APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
34
+ - TOOLSET : msvc-14.3
35
+ ADDRMD : 32,64
36
+ CXXSTD : 14,17,20,latest
37
+ THREADING : single,multi
38
+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2022
34
39
- TOOLSET : clang-win
35
40
ADDRMD : 32
36
- CXXSTD : 14,17
41
+ CXXSTD : 14,17,latest
37
42
ENV_SCRIPT : C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars32.bat
38
43
APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
39
44
- TOOLSET : clang-win
40
45
ADDRMD : 64
41
- CXXSTD : 14,17
46
+ CXXSTD : 14,17,latest
42
47
ENV_SCRIPT : C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat
43
48
APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
44
49
- TOOLSET : gcc
You can’t perform that action at this time.
0 commit comments