Skip to content

Fix bug where iterator was used after the underlying item was erased … #13837

Fix bug where iterator was used after the underlying item was erased …

Fix bug where iterator was used after the underlying item was erased … #13837

Workflow file for this run

name: Ubuntu CI
on:
pull_request:
push:
branches:
- 'ign-gazebo[0-9]'
- 'gz-sim[0-9]?'
- 'main'
jobs:
bionic-ci:
runs-on: ubuntu-latest
name: Ubuntu Bionic CI
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Compile and test
id: ci
uses: ignition-tooling/action-ignition-ci@bionic
with:
codecov-enabled: true
cmake-args: "-DCMAKE_INSTALL_PREFIX=/usr"
focal-ci:
runs-on: ubuntu-latest
name: Ubuntu Focal CI
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Compile and test
id: ci
uses: ignition-tooling/action-ignition-ci@focal
with:
cmake-args: "-DCMAKE_INSTALL_PREFIX=/usr"