Skip to content

Commit

Permalink
Split each example into its own Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
BetsyMcPhail committed Sep 18, 2024
1 parent a0e612f commit e609d1e
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ jobs:
- name: ament_cmake_installed build and test
run: ./scripts/continuous_integration/common/drake_ament_cmake_installed
shell: bash
ubuntu_jammy:
name: ubuntu 22.04 jammy
ubuntu_jammy_bazel_download:
name: drake_bazel_download ubuntu 22.04 jammy
runs-on: ubuntu-latest
container: ubuntu:jammy
steps:
Expand All @@ -98,9 +98,29 @@ jobs:
- name: bazel_download build and test
run: ./scripts/continuous_integration/common/drake_bazel_download
shell: bash
ubuntu_jammy_catkin_installed:
name: drake_catkin_installed ubuntu 22.04 jammy
runs-on: ubuntu-latest
container: ubuntu:jammy
steps:
- name: checkout
uses: actions/checkout@v4
- name: setup
run: ./scripts/continuous_integration/github_actions/ubuntu_jammy/setup
shell: bash
- name: catkin_installed build and test
run: ./scripts/continuous_integration/common/drake_catkin_installed
shell: bash
ubuntu_jammy_cmake_installed:
name: drake_cmake_installed ubuntu 22.04 jammy
runs-on: ubuntu-latest
container: ubuntu:jammy
steps:
- name: checkout
uses: actions/checkout@v4
- name: setup
run: ./scripts/continuous_integration/github_actions/ubuntu_jammy/setup
shell: bash
- name: cmake_installed build and test
run: ./scripts/continuous_integration/common/drake_cmake_installed
shell: bash
Expand Down

0 comments on commit e609d1e

Please sign in to comment.