Skip to content

Update install.md with GPG key addition via trusted.gpg.d and add instructions to install Gazebo CMake from source #522

Update install.md with GPG key addition via trusted.gpg.d and add instructions to install Gazebo CMake from source

Update install.md with GPG key addition via trusted.gpg.d and add instructions to install Gazebo CMake from source #522

Workflow file for this run

name: Ubuntu CI
on:
pull_request:
push:
branches:
- 'ign-tools[0-9]'
- 'gz-tools[0-9]'
- 'main'
jobs:
focal-ci:
runs-on: ubuntu-latest
name: Ubuntu Focal CI
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Compile and test
id: ci
uses: gazebo-tooling/action-gz-ci@focal
jammy-ci:
runs-on: ubuntu-latest
name: Ubuntu Jammy CI
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Compile and test
id: ci
uses: gazebo-tooling/action-gz-ci@jammy