Skip to content

Commit

Permalink
Merge branch 'main' into gz-msgs9
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcarroll authored Aug 1, 2023
2 parents 7b81505 + d58a6ce commit ad212aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,17 @@ name: Ubuntu CI
on: [push, pull_request]

jobs:
focal-ci:
jammy-ci:
runs-on: ubuntu-latest
name: Ubuntu Focal CI
name: Ubuntu Jammy CI
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Compile and test
id: ci
uses: gazebo-tooling/action-gz-ci@focal
uses: gazebo-tooling/action-gz-ci@jammy
with:
codecov-enabled: true
cppcheck-enabled: true
cpplint-enabled: true
doxygen-enabled: true
jammy-ci:
runs-on: ubuntu-latest
name: Ubuntu Jammy CI
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Compile and test
id: ci
uses: gazebo-tooling/action-gz-ci@jammy
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ configure_file(${CMAKE_SOURCE_DIR}/tutorials.md.in ${CMAKE_BINARY_DIR}/tutorials
gz_create_docs(
API_MAINPAGE_MD "${CMAKE_BINARY_DIR}/api.md"
TUTORIALS_MAINPAGE_MD "${CMAKE_BINARY_DIR}/tutorials.md"
AUTOGENERATED_DOC "${CMAKE_BINARY_DIR}/include/gz/msgs/details"
TAGFILES
"${GZ-MATH_DOXYGEN_TAGFILE} = ${GZ-MATH_API_URL}"
)
Expand Down
3 changes: 3 additions & 0 deletions proto/gz/msgs/sky.proto
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ message Sky
Color cloud_ambient = 7;
double humidity = 8;
double mean_cloud_size = 9;

/// \brief Cubemap URI for the sky, usually a .dds file.
string cubemap_uri = 10;
}

0 comments on commit ad212aa

Please sign in to comment.