diff --git a/ci.md b/ci.md index 9c1bc21451..d05fddd09b 100644 --- a/ci.md +++ b/ci.md @@ -53,7 +53,7 @@ Here's a summary of all checks. Platform | Job name | OS | What does it do? | Where dependencies come from? --- | --- | --- | --- | --- Jenkins | `-ci-pr_any-ubuntu-auto-amd64` | Ubuntu | Compile and run tests using CMake and Make | Stable binaries for stable branches, nightlies for `main` -Jenkins | `-ci-pr_any-homebrew-amd64` | macOS | Compile and run tests using CMake and Make | Homebrew binaries bottled from `osrf/simulation` tap +Jenkins | `-ci-pr_any-homebrew-amd64` | macOS | Compile and run tests using CMake and Make | Homebrew formulae from `osrf/simulation` tap (binary bottle of latest stable tag or HEAD from source) Jenkins | `-pr-c*win` | Windows | Compile and run tests using [colcon](https://colcon.readthedocs.io/en/released/#) | External dependencies from [conda-forge](https://conda-forge.org/), Gazebo dependencies built from source with colcon Jenkins | `-abichecker-any_to_any-ubuntu_auto-amd64` | Ubuntu | Run ABI checker | Stable binaries Actions | `Ubuntu CI / Ubuntu * CI` | Ubuntu Bionic and Focal | Compile and run tests using CMake and Make, run code checker and upload coverage results | Stable binaries for stable branches, nightlies for `main`