@@ -16,16 +16,16 @@ platform:
16
16
17
17
environment :
18
18
matrix :
19
- - ARGS : --toolset=msvc-9.0 address-model=32
20
- TEST_SUITE : special_fun distribution_tests
21
- - ARGS : --toolset=msvc-10.0 address-model=32
22
- TEST_SUITE : special_fun distribution_tests
23
- - ARGS : --toolset=msvc-11.0 address-model=32
24
- TEST_SUITE : special_fun distribution_tests
25
- - ARGS : --toolset=msvc-12.0 address-model=32
26
- TEST_SUITE : special_fun distribution_tests
27
- - ARGS : --toolset=msvc-14.0 address-model=32
28
- TEST_SUITE : special_fun distribution_tests
19
+ # - ARGS: --toolset=msvc-9.0 address-model=32
20
+ # TEST_SUITE: special_fun distribution_tests
21
+ # - ARGS: --toolset=msvc-10.0 address-model=32
22
+ # TEST_SUITE: special_fun distribution_tests
23
+ # - ARGS: --toolset=msvc-11.0 address-model=32
24
+ # TEST_SUITE: special_fun distribution_tests
25
+ # - ARGS: --toolset=msvc-12.0 address-model=32
26
+ # TEST_SUITE: special_fun distribution_tests
27
+ # - ARGS: --toolset=msvc-14.0 address-model=32
28
+ # TEST_SUITE: special_fun distribution_tests
29
29
- ARGS : --toolset=msvc-9.0 address-model=32
30
30
TEST_SUITE : misc quadrature ../example//examples
31
31
- ARGS : --toolset=msvc-10.0 address-model=32
@@ -36,77 +36,75 @@ environment:
36
36
TEST_SUITE : misc quadrature ../example//examples
37
37
- ARGS : --toolset=msvc-14.0 address-model=32
38
38
TEST_SUITE : misc quadrature ../example//examples
39
- - ARGS : --toolset=msvc-12.0 address-model=64
40
- TEST_SUITE : special_fun distribution_tests
39
+ # - ARGS: --toolset=msvc-12.0 address-model=64
40
+ # TEST_SUITE: special_fun distribution_tests
41
41
- ARGS : --toolset=msvc-12.0 address-model=64
42
42
TEST_SUITE : misc quadrature ../example//examples
43
- - ARGS : --toolset=msvc-14.0 address-model=64
44
- TEST_SUITE : special_fun
45
- - ARGS : --toolset=msvc-14.0 address-model=64
46
- TEST_SUITE : distribution_tests
43
+ # - ARGS: --toolset=msvc-14.0 address-model=64
44
+ # TEST_SUITE: special_fun
45
+ # - ARGS: --toolset=msvc-14.0 address-model=64
46
+ # TEST_SUITE: distribution_tests
47
47
- ARGS : --toolset=msvc-14.0 address-model=64
48
48
TEST_SUITE : misc quadrature ../example//examples
49
49
50
- - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
51
- ARGS : --toolset=msvc-14.1 address-model=64 cxxstd=17
52
- TEST_SUITE : special_fun distribution_tests
50
+ # - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
51
+ # ARGS: --toolset=msvc-14.1 address-model=64 cxxstd=17
52
+ # TEST_SUITE: special_fun distribution_tests
53
53
54
54
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
55
55
ARGS : --toolset=msvc-14.1 address-model=64 cxxstd=17
56
56
TEST_SUITE : misc quadrature ../example//examples
57
57
58
- - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
59
- ARGS : --toolset=msvc-14.1 address-model=32
60
- TEST_SUITE : special_fun
58
+ # - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
59
+ # ARGS: --toolset=msvc-14.1 address-model=32
60
+ # TEST_SUITE: special_fun
61
61
62
- - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
63
- ARGS : --toolset=msvc-14.1 address-model=32
64
- TEST_SUITE : distribution_tests
62
+ # - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
63
+ # ARGS: --toolset=msvc-14.1 address-model=32
64
+ # TEST_SUITE: distribution_tests
65
65
66
66
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
67
67
ARGS : --toolset=msvc-14.1 address-model=32
68
68
TEST_SUITE : misc quadrature ../example//examples
69
69
70
- - ARGS : --toolset=gcc address-model=64
71
- TEST_SUITE : float128_tests
72
- PATH : C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
70
+ # - ARGS: --toolset=gcc address-model=64
71
+ # TEST_SUITE: float128_tests
72
+ # PATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
73
73
74
- - ARGS : --toolset=gcc address-model=64 cxxflags=-std=gnu++1z
75
- TEST_SUITE : float128_tests
76
- PATH : C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
74
+ # - ARGS: --toolset=gcc address-model=64 cxxflags=-std=gnu++1z
75
+ # TEST_SUITE: float128_tests
76
+ # PATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
77
77
78
- - ARGS : --toolset=gcc address-model=64
79
- TEST_SUITE : special_fun
80
- PATH : C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
78
+ # - ARGS: --toolset=gcc address-model=64
79
+ # TEST_SUITE: special_fun
80
+ # PATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
81
81
82
- - ARGS : --toolset=gcc address-model=64 cxxflags=-std=gnu++1z
83
- TEST_SUITE : special_fun
84
- PATH : C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
82
+ # - ARGS: --toolset=gcc address-model=64 cxxflags=-std=gnu++1z
83
+ # TEST_SUITE: special_fun
84
+ # PATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
85
85
86
- - ARGS : --toolset=gcc address-model=64
87
- TEST_SUITE : distribution_tests
88
- PATH : C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
86
+ # - ARGS: --toolset=gcc address-model=64
87
+ # TEST_SUITE: distribution_tests
88
+ # PATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
89
89
90
- - ARGS : --toolset=gcc address-model=64 cxxflags=-std=gnu++1z
91
- TEST_SUITE : distribution_tests
92
- PATH : C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
90
+ # - ARGS: --toolset=gcc address-model=64 cxxflags=-std=gnu++1z
91
+ # TEST_SUITE: distribution_tests
92
+ # PATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
93
93
94
- - ARGS : --toolset=gcc address-model=64
95
- TEST_SUITE : misc
96
- PATH : C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
94
+ # - ARGS: --toolset=gcc address-model=64
95
+ # TEST_SUITE: misc
96
+ # PATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
97
97
98
98
- ARGS : --toolset=gcc address-model=64 cxxflags=-std=gnu++1z
99
99
TEST_SUITE : quadrature
100
100
PATH : C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
101
101
102
- - ARGS : --toolset=gcc address-model=64
103
- TEST_SUITE : ../example//examples
104
- PATH : C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
105
-
106
- - ARGS : --toolset=gcc address-model=64 cxxflags=-std=gnu++1z
107
- TEST_SUITE : ../example//examples
108
- PATH : C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
109
-
102
+ # - ARGS: --toolset=gcc address-model=64
103
+ # TEST_SUITE: ../example//examples
104
+ # PATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
105
+ # - ARGS: --toolset=gcc address-model=64 cxxflags=-std=gnu++1z
106
+ # TEST_SUITE: ../example//examples
107
+ # PATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
110
108
111
109
install :
112
110
- cd ..
@@ -122,6 +120,7 @@ install:
122
120
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\math
123
121
- git submodule update --init tools/boostdep
124
122
- python tools/boostdep/depinst/depinst.py math
123
+ - vcpkg install eigen3
125
124
- bootstrap
126
125
- b2 headers
127
126
0 commit comments