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
|
||||
run: |
|
||||
mkdir build
|
||||
cd build
|
||||
cmake .
|
||||
|
||||
- name: Build project
|
||||
run: |
|
||||
make install
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
cd build
|
||||
ctest --output-on-failure
|
||||
|
||||
Reference in New Issue
Block a user