|
|
@ -34,6 +34,7 @@ environment: |
|
|
|
TOOLSDIR: ./build/bin |
|
|
|
TOOLSDIR: ./build/bin |
|
|
|
TESTDIR: ./build/bin |
|
|
|
TESTDIR: ./build/bin |
|
|
|
BUILD_GOOGLETEST: yes |
|
|
|
BUILD_GOOGLETEST: yes |
|
|
|
|
|
|
|
GTEST_INSTALL_FAILURE_SIGNAL_HANDLER: 1 |
|
|
|
|
|
|
|
|
|
|
|
# MSVC 2022, 64-bit x64 (cmake) |
|
|
|
# MSVC 2022, 64-bit x64 (cmake) |
|
|
|
- COMPILER: MSVC |
|
|
|
- COMPILER: MSVC |
|
|
@ -46,6 +47,7 @@ environment: |
|
|
|
TESTDIR: ./build/bin |
|
|
|
TESTDIR: ./build/bin |
|
|
|
CMAKE_EXTRA_OPTIONS: -GNinja -DCARES_BUILD_TESTS=ON -DGTEST_ROOT=C:\projects\googletest -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreadedDebugDLL |
|
|
|
CMAKE_EXTRA_OPTIONS: -GNinja -DCARES_BUILD_TESTS=ON -DGTEST_ROOT=C:\projects\googletest -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreadedDebugDLL |
|
|
|
BUILD_GOOGLETEST: yes |
|
|
|
BUILD_GOOGLETEST: yes |
|
|
|
|
|
|
|
GTEST_INSTALL_FAILURE_SIGNAL_HANDLER: 1 |
|
|
|
|
|
|
|
|
|
|
|
# MSVC 2022, 64-bit x86 (nmake) |
|
|
|
# MSVC 2022, 64-bit x86 (nmake) |
|
|
|
- COMPILER: MSVC |
|
|
|
- COMPILER: MSVC |
|
|
@ -55,6 +57,7 @@ environment: |
|
|
|
MSVC_SETUP_ARG: x64 |
|
|
|
MSVC_SETUP_ARG: x64 |
|
|
|
MSVC_SETUP_PATH: C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat |
|
|
|
MSVC_SETUP_PATH: C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat |
|
|
|
BUILD_GOOGLETEST: yes |
|
|
|
BUILD_GOOGLETEST: yes |
|
|
|
|
|
|
|
GTEST_INSTALL_FAILURE_SIGNAL_HANDLER: 1 |
|
|
|
|
|
|
|
|
|
|
|
# MSVC 2022, 32-bit x86 (nmake) |
|
|
|
# MSVC 2022, 32-bit x86 (nmake) |
|
|
|
- COMPILER: MSVC |
|
|
|
- COMPILER: MSVC |
|
|
@ -64,6 +67,7 @@ environment: |
|
|
|
MSVC_SETUP_ARG: x86 |
|
|
|
MSVC_SETUP_ARG: x86 |
|
|
|
MSVC_SETUP_PATH: C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars32.bat |
|
|
|
MSVC_SETUP_PATH: C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars32.bat |
|
|
|
BUILD_GOOGLETEST: yes |
|
|
|
BUILD_GOOGLETEST: yes |
|
|
|
|
|
|
|
GTEST_INSTALL_FAILURE_SIGNAL_HANDLER: 1 |
|
|
|
|
|
|
|
|
|
|
|
# MinGW, 32-bit x86 (makefiles) |
|
|
|
# MinGW, 32-bit x86 (makefiles) |
|
|
|
- COMPILER: MINGW |
|
|
|
- COMPILER: MINGW |
|
|
@ -72,6 +76,7 @@ environment: |
|
|
|
SKIP_TESTS: no |
|
|
|
SKIP_TESTS: no |
|
|
|
PATH: C:\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0\mingw32\bin;%PATH% |
|
|
|
PATH: C:\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0\mingw32\bin;%PATH% |
|
|
|
BUILD_GOOGLETEST: yes |
|
|
|
BUILD_GOOGLETEST: yes |
|
|
|
|
|
|
|
GTEST_INSTALL_FAILURE_SIGNAL_HANDLER: 1 |
|
|
|
|
|
|
|
|
|
|
|
# MinGW, 32-bit x86 (cmake static only) |
|
|
|
# MinGW, 32-bit x86 (cmake static only) |
|
|
|
- COMPILER: MINGW |
|
|
|
- COMPILER: MINGW |
|
|
@ -83,6 +88,7 @@ environment: |
|
|
|
PATH: C:\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0\mingw32\bin;%PATH% |
|
|
|
PATH: C:\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0\mingw32\bin;%PATH% |
|
|
|
CMAKE_EXTRA_OPTIONS: -DCARES_SHARED=OFF -GNinja -DCARES_BUILD_TESTS=ON -DGTEST_ROOT=C:\projects\googletest |
|
|
|
CMAKE_EXTRA_OPTIONS: -DCARES_SHARED=OFF -GNinja -DCARES_BUILD_TESTS=ON -DGTEST_ROOT=C:\projects\googletest |
|
|
|
BUILD_GOOGLETEST: yes |
|
|
|
BUILD_GOOGLETEST: yes |
|
|
|
|
|
|
|
GTEST_INSTALL_FAILURE_SIGNAL_HANDLER: 1 |
|
|
|
|
|
|
|
|
|
|
|
# Disabled until AppVeyor updates their Visual Studio with this patch: |
|
|
|
# Disabled until AppVeyor updates their Visual Studio with this patch: |
|
|
|
# https://developercommunity.visualstudio.com/t/clexe-compiler-error-C1007-when-compili/10486219 |
|
|
|
# https://developercommunity.visualstudio.com/t/clexe-compiler-error-C1007-when-compili/10486219 |
|
|
|