Skip to content

Commit

Permalink
ROS CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
fcladera committed Jan 25, 2024
1 parent 3df0b5b commit a1905e6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/spomp-build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Build CI

on:
push:
branches: [master, ci]
tags:
- '*'
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'

jobs:
main:
runs-on: ubuntu-20.04
container:
image: kumarrobotics/jackal-master:latest
steps:
- uses: ros-tooling/[email protected]
with:
target-ros1-distro: noetic

0 comments on commit a1905e6

Please sign in to comment.