Revert "[TEST] build tests with autotools"

This reverts commit 08b74e5ddb5d358b77180e0bde46a31f365e18de.
This commit is contained in:
Viktor Szakats 2025-02-25 15:19:01 +01:00
parent ef67bb2348
commit 364b7d25fb
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -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