mirror of https://github.com/wb2osz/direwolf.git
github actions: fix windows ci
This commit is contained in:
parent
b42ad1001b
commit
2a2872d885
|
@ -34,8 +34,8 @@ jobs:
|
||||||
cmake_extra_flags: '-G "MinGW Makefiles"'
|
cmake_extra_flags: '-G "MinGW Makefiles"'
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
name: 'Windows Latest MinGW 32bit',
|
name: 'Windows 2019 MinGW 32bit',
|
||||||
os: windows-latest,
|
os: windows-2019,
|
||||||
cc: 'i686-w64-mingw32-gcc',
|
cc: 'i686-w64-mingw32-gcc',
|
||||||
cxx: 'i686-w64-mingw32-g++',
|
cxx: 'i686-w64-mingw32-g++',
|
||||||
ar: 'i686-w64-mingw32-ar',
|
ar: 'i686-w64-mingw32-ar',
|
||||||
|
@ -140,7 +140,6 @@ jobs:
|
||||||
export WINDRES=${{ matrix.config.windres }}
|
export WINDRES=${{ matrix.config.windres }}
|
||||||
fi
|
fi
|
||||||
cmake --build . --config ${{ matrix.config.build_type }} \
|
cmake --build . --config ${{ matrix.config.build_type }} \
|
||||||
${{ matrix.config.cmake_extra_flags }} \
|
|
||||||
${{ github.event.inputs.cmake_flags }}
|
${{ github.event.inputs.cmake_flags }}
|
||||||
- name: test
|
- name: test
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
@ -149,7 +148,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
ctest -C ${{ matrix.config.build_type }} \
|
ctest -C ${{ matrix.config.build_type }} \
|
||||||
--parallel 2 --output-on-failure \
|
--parallel 2 --output-on-failure \
|
||||||
${{ matrix.config.cmake_extra_flags }} \
|
|
||||||
${{ github.event.inputs.cmake_flags }}
|
${{ github.event.inputs.cmake_flags }}
|
||||||
- name: package
|
- name: package
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in New Issue