.github: add CMake run
This commit is contained in:
parent
2b8b64c784
commit
8e5aaabd03
4
.github/workflows/c-cpp.yml
vendored
4
.github/workflows/c-cpp.yml
vendored
@ -8,6 +8,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt-get install -y clang-tools check
|
run: sudo apt-get install -y clang-tools check cmake
|
||||||
- name: make
|
- name: make
|
||||||
run: make
|
run: make
|
||||||
|
- name: cmake
|
||||||
|
run: "( rm -rf build && mkdir build && cd build && cmake .. && make && ./tests && echo OK )"
|
||||||
|
Loading…
Reference in New Issue
Block a user