Skip to content

Commit 8a396fb

Browse files
committed
Is it because of "include?"
1 parent 4e41665 commit 8a396fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ environment:
2626
# TEST_SUITE: special_fun distribution_tests
2727
# - ARGS: --toolset=msvc-14.0 address-model=32
2828
# 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
3030
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
3232
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
3434
TEST_SUITE: misc quadrature ../example//examples
3535
- ARGS: --toolset=msvc-12.0 address-model=32 --include=/c/tools/vcpkg/installed/eigen3_x86-windows
3636
TEST_SUITE: misc quadrature ../example//examples

0 commit comments

Comments
 (0)