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
|
||||
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