Skip to content

Commit

Permalink
Merge branch 'github-actions' of github.com:a2s-institute/solo12_robo…
Browse files Browse the repository at this point in the history
…t into github-actions
  • Loading branch information
harleylara committed Dec 11, 2023
2 parents 7fe65f8 + 533c32a commit 5dd2bdc
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: main

on:
pull_request:
branches:
- main
push:
branches:
- main

jobs:
build-and-test:
runs-on: ${{ matrix.os }}
container:
image: osrf/ros:humble-desktop
strategy:
matrix:
os: [ubuntu-22.04]
fail-fast: false
steps:
- name: Install deps
run: sudo apt-get update && sudo apt-get install -y wget python3-vcstool python3-colcon-coveragepy-result
- name: build and test
uses: ros-tooling/[email protected]
with:
package-name: solo12_description solo12_bringup
target-ros2-distro: humble
skip-tests: true

0 comments on commit 5dd2bdc

Please sign in to comment.