mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-26 15:59:22 +00:00
Cmake binary seems a bit buggy on github
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
||||
- name: Install Gcovr
|
||||
run: python -m pip install --upgrade pip gcovr
|
||||
- name: Build Makefile with CMake
|
||||
run: mkdir -p build && cmake -S . -B build
|
||||
run: cmake -B build -S .
|
||||
- name: Build with Makefile
|
||||
run: make -C build unit_tests
|
||||
- name: Execute tests
|
||||
|
||||
Reference in New Issue
Block a user