Update c-cpp.yml

Working on Ci again
This commit is contained in:
Kievits Rene
2024-03-26 12:07:57 +01:00
committed by GitHub
parent 9023766c51
commit edb5a61d0e

View File

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