diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2aaec4df12..a65f14fd66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -167,40 +167,40 @@ jobs: PWD=`pwd` ctest --output-on-failure -E "(DataMySQL)|(DataODBC)|(PostgreSQL)|(MongoDB)|(Redis)" - windows-2019-msvc-cmake: - runs-on: windows-2019 - env: - CPPUNIT_IGNORE: >- - class CppUnit::TestCaller.testFind, - class CppUnit::TestCaller.testSendToReceiveFrom, - class CppUnit::TestCaller.testPing, - class CppUnit::TestCaller.testBigPing, - class CppUnit::TestCaller.testMTU, - class CppUnit::TestCaller.testProxy, - class CppUnit::TestCaller.testProxy, - class CppUnit::TestCaller.testPollClosedServer - steps: - - uses: actions/checkout@v3 - - run: cmake -S. -Bcmake-build -DENABLE_NETSSL_WIN=ON -DENABLE_NETSSL=OFF -DENABLE_CRYPTO=OFF -DENABLE_JWT=OFF -DENABLE_DATA=ON -DENABLE_DATA_ODBC=ON -DENABLE_DATA_MYSQL=OFF -DENABLE_DATA_POSTGRESQL=OFF -DENABLE_TESTS=ON - - run: cmake --build cmake-build --config Release - - run: >- - cd cmake-build; - ctest --output-on-failure -E "(DataMySQL)|(DataODBC)|(Redis)|(MongoDB)" -C Release + # windows-2019-msvc-cmake: + # runs-on: windows-2019 + # env: + # CPPUNIT_IGNORE: >- + # class CppUnit::TestCaller.testFind, + # class CppUnit::TestCaller.testSendToReceiveFrom, + # class CppUnit::TestCaller.testPing, + # class CppUnit::TestCaller.testBigPing, + # class CppUnit::TestCaller.testMTU, + # class CppUnit::TestCaller.testProxy, + # class CppUnit::TestCaller.testProxy, + # class CppUnit::TestCaller.testPollClosedServer + # steps: + # - uses: actions/checkout@v3 + # - run: cmake -S. -Bcmake-build -DENABLE_NETSSL_WIN=ON -DENABLE_NETSSL=OFF -DENABLE_CRYPTO=OFF -DENABLE_JWT=OFF -DENABLE_DATA=ON -DENABLE_DATA_ODBC=ON -DENABLE_DATA_MYSQL=OFF -DENABLE_DATA_POSTGRESQL=OFF -DENABLE_TESTS=ON + # - run: cmake --build cmake-build --config Release + # - run: >- + # cd cmake-build; + # ctest --output-on-failure -E "(DataMySQL)|(DataODBC)|(Redis)|(MongoDB)" -C Release - windows-2019-msvc-buildwin-x64: - runs-on: windows-2019 - env: - CPPUNIT_IGNORE: >- - class CppUnit::TestCaller.testFind, - class CppUnit::TestCaller.testSendToReceiveFrom, - class CppUnit::TestCaller.testPing, - class CppUnit::TestCaller.testBigPing, - class CppUnit::TestCaller.testMTU, - class CppUnit::TestCaller.testProxy, - class CppUnit::TestCaller.testProxy - steps: - - uses: actions/checkout@v3 - - run: .\buildwin.ps1 -poco_base . -vs 160 -action build -linkmode all -config release -platform x64 -samples -tests -omit "Crypto,NetSSL_OpenSSL,Data/MySQL,Data/PostgreSQL,JWT" + # windows-2019-msvc-buildwin-x64: + # runs-on: windows-2019 + # env: + # CPPUNIT_IGNORE: >- + # class CppUnit::TestCaller.testFind, + # class CppUnit::TestCaller.testSendToReceiveFrom, + # class CppUnit::TestCaller.testPing, + # class CppUnit::TestCaller.testBigPing, + # class CppUnit::TestCaller.testMTU, + # class CppUnit::TestCaller.testProxy, + # class CppUnit::TestCaller.testProxy + # steps: + # - uses: actions/checkout@v3 + # - run: .\buildwin.ps1 -poco_base . -vs 160 -action build -linkmode all -config release -platform x64 -samples -tests -omit "Crypto,NetSSL_OpenSSL,Data/MySQL,Data/PostgreSQL,JWT" # windows-2019-msvc-buildwin-win32: # runs-on: windows-2019