Skip to content

Commit

Permalink
try fixing windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
wgledbetter committed Oct 28, 2020
1 parent dc726f5 commit 7be19d0
Showing 1 changed file with 53 additions and 54 deletions.
107 changes: 53 additions & 54 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ platform:

environment:
matrix:
- ARGS: --toolset=msvc-9.0 address-model=32
TEST_SUITE: special_fun distribution_tests
- ARGS: --toolset=msvc-10.0 address-model=32
TEST_SUITE: special_fun distribution_tests
- ARGS: --toolset=msvc-11.0 address-model=32
TEST_SUITE: special_fun distribution_tests
- ARGS: --toolset=msvc-12.0 address-model=32
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
# TEST_SUITE: special_fun distribution_tests
# - ARGS: --toolset=msvc-10.0 address-model=32
# TEST_SUITE: special_fun distribution_tests
# - ARGS: --toolset=msvc-11.0 address-model=32
# TEST_SUITE: special_fun distribution_tests
# - ARGS: --toolset=msvc-12.0 address-model=32
# 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
TEST_SUITE: misc quadrature ../example//examples
- ARGS: --toolset=msvc-10.0 address-model=32
Expand All @@ -36,77 +36,75 @@ environment:
TEST_SUITE: misc quadrature ../example//examples
- ARGS: --toolset=msvc-14.0 address-model=32
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
# TEST_SUITE: special_fun distribution_tests
- ARGS: --toolset=msvc-12.0 address-model=64
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
# TEST_SUITE: special_fun
# - ARGS: --toolset=msvc-14.0 address-model=64
# TEST_SUITE: distribution_tests
- ARGS: --toolset=msvc-14.0 address-model=64
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
# TEST_SUITE: special_fun distribution_tests

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

- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
ARGS: --toolset=msvc-14.1 address-model=32
TEST_SUITE: special_fun
# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
# ARGS: --toolset=msvc-14.1 address-model=32
# TEST_SUITE: special_fun

- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
ARGS: --toolset=msvc-14.1 address-model=32
TEST_SUITE: distribution_tests
# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
# ARGS: --toolset=msvc-14.1 address-model=32
# TEST_SUITE: distribution_tests

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

- ARGS: --toolset=gcc address-model=64
TEST_SUITE: float128_tests
PATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
# - ARGS: --toolset=gcc address-model=64
# TEST_SUITE: float128_tests
# 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
TEST_SUITE: float128_tests
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
# TEST_SUITE: float128_tests
# PATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%

- ARGS: --toolset=gcc address-model=64
TEST_SUITE: special_fun
PATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
# - ARGS: --toolset=gcc address-model=64
# TEST_SUITE: special_fun
# 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
TEST_SUITE: special_fun
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
# TEST_SUITE: special_fun
# PATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%

- ARGS: --toolset=gcc address-model=64
TEST_SUITE: distribution_tests
PATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
# - ARGS: --toolset=gcc address-model=64
# TEST_SUITE: distribution_tests
# 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
TEST_SUITE: distribution_tests
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
# TEST_SUITE: distribution_tests
# PATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%

- ARGS: --toolset=gcc address-model=64
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
# 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
TEST_SUITE: quadrature
PATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%

- ARGS: --toolset=gcc address-model=64
TEST_SUITE: ../example//examples
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
TEST_SUITE: ../example//examples
PATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%

# - ARGS: --toolset=gcc address-model=64
# TEST_SUITE: ../example//examples
# 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
# TEST_SUITE: ../example//examples
# PATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%

install:
- cd ..
Expand All @@ -122,6 +120,7 @@ install:
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\math
- git submodule update --init tools/boostdep
- python tools/boostdep/depinst/depinst.py math
- vcpkg install eigen3
- bootstrap
- b2 headers

Expand Down

0 comments on commit 7be19d0

Please sign in to comment.