From 364b7d25fbdad5793b3da531c29d309a1f6ad065 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 25 Feb 2025 15:19:01 +0100 Subject: [PATCH] Revert "[TEST] build tests with autotools" This reverts commit 08b74e5ddb5d358b77180e0bde46a31f365e18de. --- .github/workflows/windows.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 9f578007e4..8f00ed8e1d 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -672,6 +672,7 @@ jobs: find . \( -name '*.exe' -o -name '*.dll' -o -name '*.a' \) -exec file '{}' \; - name: 'build tests' + if: ${{ matrix.build == 'cmake' }} # skip for autotools to save time run: | PATH="$HOME/opt/mingw32ce/bin:$PATH" if [ '${{ matrix.build }}' = 'cmake' ]; then @@ -681,6 +682,7 @@ jobs: fi - name: 'build examples' + if: ${{ matrix.build == 'cmake' }} # skip for autotools to save time run: | PATH="$HOME/opt/mingw32ce/bin:$PATH" if [ '${{ matrix.build }}' = 'cmake' ]; then