Update c-cpp.yml
Working on Ci again
This commit is contained in:
6
.github/workflows/c-cpp.yml
vendored
6
.github/workflows/c-cpp.yml
vendored
@@ -28,14 +28,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Configure project
|
- name: Configure project
|
||||||
run: |
|
run: |
|
||||||
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake .
|
cmake .
|
||||||
|
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: |
|
run: |
|
||||||
make install
|
make install
|
||||||
|
|
||||||
- name: Run tests
|
|
||||||
run: |
|
|
||||||
cd build
|
|
||||||
ctest --output-on-failure
|
|
||||||
|
|||||||
Reference in New Issue
Block a user