File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ environment:
26
26
# TEST_SUITE: special_fun distribution_tests
27
27
# - ARGS: --toolset=msvc-14.0 address-model=32
28
28
# TEST_SUITE: special_fun distribution_tests
29
- - ARGS : --toolset=msvc-9.0 address-model=32 -- include=/c/tools/vcpkg/installed/eigen3_x86-windows
29
+ - ARGS : --include=/c/tools/vcpkg/installed/eigen3_x86-windows --toolset=msvc-9.0 address-model=32
30
30
TEST_SUITE : misc quadrature ../example//examples
31
- - ARGS : --toolset=msvc-10.0 address-model=32 --include=/c/tools/vcpkg/installed/eigen3_x86-windows
31
+ - ARGS : --toolset=msvc-10.0 address-model=32
32
32
TEST_SUITE : misc quadrature ../example//examples
33
- - ARGS : --toolset=msvc-11.0 address-model=32 -- include=/c/tools/vcpkg/installed/eigen3_x86-windows
33
+ - ARGS : --toolset=msvc-11.0 address-model=32 include=/c/tools/vcpkg/installed/eigen3_x86-windows
34
34
TEST_SUITE : misc quadrature ../example//examples
35
35
- ARGS : --toolset=msvc-12.0 address-model=32 --include=/c/tools/vcpkg/installed/eigen3_x86-windows
36
36
TEST_SUITE : misc quadrature ../example//examples
You can’t perform that action at this time.
0 commit comments