Revert "[TEST] build tests with autotools"
This reverts commit 08b74e5ddb5d358b77180e0bde46a31f365e18de.
This commit is contained in:
parent
ef67bb2348
commit
364b7d25fb
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user