Skip to content

Commit

Permalink
Check whether CMake runs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cegonse committed Nov 21, 2024
1 parent 8bdb50c commit 88393fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ jobs:
- uses: actions/checkout@master
- name: Install dependencies
run: pip install quom
- name: Run CMake
run: mkdir -p build && cd build && cmake ..
- name: Build and run C++ tests
run: make all
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cmake_minimum_required(VERSION 3.5)
project(CestFramework)

0 comments on commit 88393fe

Please sign in to comment.