mirror of
https://github.com/Kistler-Group/sdbus-cpp.git
synced 2025-07-29 17:47:18 +02:00
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
|
||||
run: |
|
||||
cd build
|
||||
make -j2
|
||||
cmake --build . -j2
|
||||
- name: verify
|
||||
run: |
|
||||
cd build
|
||||
sudo make install
|
||||
sudo cmake --build . --target install
|
||||
ctest
|
||||
|
Reference in New Issue
Block a user