mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-03 18:31:25 +00:00
Doing special cmake options with hands
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Build Makefile with CMake
|
- name: Build Makefile with CMake
|
||||||
run: cmake -B build -S .
|
run: mkdir -p build && cd build && cmake ..
|
||||||
- name: Build with Makefile
|
- name: Build with Makefile
|
||||||
run: make -C build ComSquare
|
run: make -C build ComSquare
|
||||||
- name: Archive production artifact
|
- name: Archive production artifact
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ jobs:
|
|||||||
- name: Install Gcovr
|
- name: Install Gcovr
|
||||||
run: python -m pip install --upgrade pip gcovr
|
run: python -m pip install --upgrade pip gcovr
|
||||||
- name: Build Makefile with CMake
|
- name: Build Makefile with CMake
|
||||||
run: cmake -B build -S .
|
run: mkdir -p build && cd build && cmake ..
|
||||||
- name: Build with Makefile
|
- name: Build with Makefile
|
||||||
run: make -C build unit_tests
|
run: make -C build unit_tests
|
||||||
- name: Execute tests
|
- name: Execute tests
|
||||||
|
|||||||
Reference in New Issue
Block a user