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 1130aff
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/spomp-build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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:
- name: build spomp-system
run: |
ls
ls

0 comments on commit 1130aff

Please sign in to comment.