mirror of
https://github.com/orange-cpp/omath.git
synced 2026-08-08 05:52:07 +00:00
mingw fix
This commit is contained in:
@@ -707,7 +707,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
if [[ "${{ matrix.msystem }}" == "MINGW32" ]]; then
|
||||||
|
cmake --build cmake-build/build/${{ matrix.preset }} --target unit_tests omath --parallel 1
|
||||||
|
else
|
||||||
cmake --build cmake-build/build/${{ matrix.preset }} --target unit_tests omath
|
cmake --build cmake-build/build/${{ matrix.preset }} --target unit_tests omath
|
||||||
|
fi
|
||||||
|
|
||||||
- name: Run unit_tests.exe
|
- name: Run unit_tests.exe
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user