Skip to content

Commit

Permalink
Is it because of "include?"
Browse files Browse the repository at this point in the history
  • Loading branch information
wgledbetter committed Jan 6, 2021
1 parent c7df284 commit 0efb146
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ environment:
# TEST_SUITE: special_fun distribution_tests
# - ARGS: --toolset=msvc-14.0 address-model=32
# TEST_SUITE: special_fun distribution_tests
- ARGS: --toolset=msvc-9.0 address-model=32 --include=/c/tools/vcpkg/installed/eigen3_x86-windows
- ARGS: --include=/c/tools/vcpkg/installed/eigen3_x86-windows --toolset=msvc-9.0 address-model=32
TEST_SUITE: misc quadrature ../example//examples
- ARGS: --toolset=msvc-10.0 address-model=32 --include=/c/tools/vcpkg/installed/eigen3_x86-windows
- ARGS: --toolset=msvc-10.0 address-model=32
TEST_SUITE: misc quadrature ../example//examples
- ARGS: --toolset=msvc-11.0 address-model=32 --include=/c/tools/vcpkg/installed/eigen3_x86-windows
- ARGS: --toolset=msvc-11.0 address-model=32 include=/c/tools/vcpkg/installed/eigen3_x86-windows
TEST_SUITE: misc quadrature ../example//examples
- ARGS: --toolset=msvc-12.0 address-model=32 --include=/c/tools/vcpkg/installed/eigen3_x86-windows
TEST_SUITE: misc quadrature ../example//examples
Expand Down

0 comments on commit 0efb146

Please sign in to comment.