forked from Kistler-Group/sdbus-cpp
ci: update make commands to cmake
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -60,9 +60,9 @@ jobs:
|
|||||||
- name: make
|
- name: make
|
||||||
run: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
make -j2
|
cmake --build . -j2
|
||||||
- name: verify
|
- name: verify
|
||||||
run: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
sudo make install
|
sudo cmake --build . --target install
|
||||||
ctest
|
ctest
|
||||||
|
Reference in New Issue
Block a user