Skip to content

Commit

Permalink
no 'cl' command?
Browse files Browse the repository at this point in the history
  • Loading branch information
wgledbetter committed Nov 16, 2020
1 parent fc9d907 commit 4e41665
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,33 +26,33 @@ 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_x64-windows
- ARGS: --toolset=msvc-9.0 address-model=32 --include=/c/tools/vcpkg/installed/eigen3_x86-windows
TEST_SUITE: misc quadrature ../example//examples
- ARGS: --toolset=msvc-10.0 address-model=32 include=/c/tools/vcpkg/installed/eigen3_x64-windows
- ARGS: --toolset=msvc-10.0 address-model=32 --include=/c/tools/vcpkg/installed/eigen3_x86-windows
TEST_SUITE: misc quadrature ../example//examples
- ARGS: --toolset=msvc-11.0 address-model=32 include=/c/tools/vcpkg/installed/eigen3_x64-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_x64-windows
- ARGS: --toolset=msvc-12.0 address-model=32 --include=/c/tools/vcpkg/installed/eigen3_x86-windows
TEST_SUITE: misc quadrature ../example//examples
- ARGS: --toolset=msvc-14.0 address-model=32 include=/c/tools/vcpkg/installed/eigen3_x64-windows
- ARGS: --toolset=msvc-14.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=64
# TEST_SUITE: special_fun distribution_tests
- ARGS: --toolset=msvc-12.0 address-model=64 include=/c/tools/vcpkg/installed/eigen3_x64-windows
- ARGS: --toolset=msvc-12.0 address-model=64 --include=/c/tools/vcpkg/installed/eigen3_x86-windows
TEST_SUITE: misc quadrature ../example//examples
# - ARGS: --toolset=msvc-14.0 address-model=64
# TEST_SUITE: special_fun
# - ARGS: --toolset=msvc-14.0 address-model=64
# TEST_SUITE: distribution_tests
- ARGS: --toolset=msvc-14.0 address-model=64 include=/c/tools/vcpkg/installed/eigen3_x64-windows
- ARGS: --toolset=msvc-14.0 address-model=64 --include=/c/tools/vcpkg/installed/eigen3_x86-windows
TEST_SUITE: misc quadrature ../example//examples

# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
# ARGS: --toolset=msvc-14.1 address-model=64 cxxstd=17
# TEST_SUITE: special_fun distribution_tests

- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
ARGS: --toolset=msvc-14.1 address-model=64 cxxstd=17 include=/c/tools/vcpkg/installed/eigen3_x64-windows
ARGS: --toolset=msvc-14.1 address-model=64 cxxstd=17 --include=/c/tools/vcpkg/installed/eigen3_x86-windows
TEST_SUITE: misc quadrature ../example//examples

# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
Expand All @@ -64,7 +64,7 @@ environment:
# TEST_SUITE: distribution_tests

- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
ARGS: --toolset=msvc-14.1 address-model=32 include=/c/tools/vcpkg/installed/eigen3_x64-windows
ARGS: --toolset=msvc-14.1 address-model=32 --include=/c/tools/vcpkg/installed/eigen3_x86-windows
TEST_SUITE: misc quadrature ../example//examples

# - ARGS: --toolset=gcc address-model=64
Expand Down Expand Up @@ -95,7 +95,7 @@ environment:
# TEST_SUITE: misc
# PATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%

- ARGS: --toolset=gcc address-model=64 cxxflags=-std=gnu++1z include=/c/tools/vcpkg/installed/eigen3_x64-windows
- ARGS: --toolset=gcc address-model=64 cxxflags=-std=gnu++1z --include=/c/tools/vcpkg/installed/eigen3_x86-windows
TEST_SUITE: quadrature
PATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%

Expand Down

0 comments on commit 4e41665

Please sign in to comment.