Skip to content

Commit 2b7f83f

Browse files
committed
try fixing windows build
1 parent fd2c012 commit 2b7f83f

File tree

1 file changed

+53
-54
lines changed

1 file changed

+53
-54
lines changed

appveyor.yml

+53-54
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ platform:
1616

1717
environment:
1818
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
2929
- ARGS: --toolset=msvc-9.0 address-model=32
3030
TEST_SUITE: misc quadrature ../example//examples
3131
- ARGS: --toolset=msvc-10.0 address-model=32
@@ -36,77 +36,75 @@ environment:
3636
TEST_SUITE: misc quadrature ../example//examples
3737
- ARGS: --toolset=msvc-14.0 address-model=32
3838
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
4141
- ARGS: --toolset=msvc-12.0 address-model=64
4242
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
4747
- ARGS: --toolset=msvc-14.0 address-model=64
4848
TEST_SUITE: misc quadrature ../example//examples
4949

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
5353

5454
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
5555
ARGS: --toolset=msvc-14.1 address-model=64 cxxstd=17
5656
TEST_SUITE: misc quadrature ../example//examples
5757

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
6161

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
6565

6666
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
6767
ARGS: --toolset=msvc-14.1 address-model=32
6868
TEST_SUITE: misc quadrature ../example//examples
6969

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%
7373

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%
7777

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%
8181

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%
8585

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%
8989

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%
9393

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%
9797

9898
- ARGS: --toolset=gcc address-model=64 cxxflags=-std=gnu++1z
9999
TEST_SUITE: quadrature
100100
PATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
101101

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%
110108

111109
install:
112110
- cd ..
@@ -122,6 +120,7 @@ install:
122120
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\math
123121
- git submodule update --init tools/boostdep
124122
- python tools/boostdep/depinst/depinst.py math
123+
- vcpkg install eigen3
125124
- bootstrap
126125
- b2 headers
127126

0 commit comments

Comments
 (0)