File tree 4 files changed +12
-3
lines changed
4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 23
23
cppcheck-enabled : true
24
24
cpplint-enabled : true
25
25
doxygen-enabled : true
26
+ noble-ci :
27
+ runs-on : ubuntu-latest
28
+ name : Ubuntu Noble CI
29
+ steps :
30
+ - name : Checkout
31
+ uses : actions/checkout@v4
32
+ - name : Compile and test
33
+ id : ci
34
+ uses : gazebo-tooling/action-gz-ci@noble
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.5 .1 FATAL_ERROR)
1
+ cmake_minimum_required (VERSION 3.22 .1 FATAL_ERROR)
2
2
3
3
#============================================================================
4
4
# Initialize the project
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.5 .1 FATAL_ERROR)
1
+ cmake_minimum_required (VERSION 3.22 .1 FATAL_ERROR)
2
2
3
3
project (examples)
4
4
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.5 .1 FATAL_ERROR)
1
+ cmake_minimum_required (VERSION 3.22 .1 FATAL_ERROR)
2
2
3
3
# Each source file in this directory is meant to be compiled into a plugin
4
4
You can’t perform that action at this time.
0 commit comments