diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index d8fba4c4..bd610b84 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -30,16 +30,16 @@ jobs: # # test-args: -V --output-on-failure - name: CMake Configure - if: ${{ (matrix.os != 'windows-latest') || (matrix.package != 'atchops') }} + # if: ${{ (matrix.os != 'windows-latest') || (matrix.package != 'atchops') }} working-directory: packages/${{matrix.package}} run: | cmake -S . -B build -DATCLIENT_BUILD_TESTS=ON -DATCHOPS_BUILD_TESTS=ON - - name: CMake Configure (Windows AtChops) - if: ${{ (matrix.os == 'windows-latest') && (matrix.package == 'atchops') }} - working-directory: packages/${{matrix.package}} - run: | - cmake -S . -B build -DATCHOPS_BUILD_TESTS=ON -DWINDOWS_BUILD=1 -DWINDOWS=1 + # - name: CMake Configure (Windows AtChops) + # if: ${{ (matrix.os == 'windows-latest') && (matrix.package == 'atchops') }} + # working-directory: packages/${{matrix.package}} + # run: | + # cmake -S . -B build -DATCHOPS_BUILD_TESTS=ON -DWINDOWS_BUILD=1 -DWINDOWS=1 - name: Build and Install (Linux/MacOS) if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' }} @@ -64,4 +64,4 @@ jobs: if: ${{ matrix.os == 'windows-latest' }} working-directory: packages/${{ matrix.package}}/build/tests run: | - ctest -V --output-on-failure -C Debug --timeout 10 + ctest -V --output-on-failure -C Debug --timeout 10 -DWINDOWS_BUILD=1 -DWINDOWS=1