mirror of
https://github.com/orange-cpp/omath.git
synced 2026-08-07 21:42:05 +00:00
mingw fix
This commit is contained in:
@@ -707,7 +707,11 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
cmake --build cmake-build/build/${{ matrix.preset }} --target unit_tests omath
|
||||
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
|
||||
fi
|
||||
|
||||
- name: Run unit_tests.exe
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user