diff --git a/.github/workflows/spomp-build.yaml b/.github/workflows/spomp-build.yaml new file mode 100644 index 0000000..2fb12b8 --- /dev/null +++ b/.github/workflows/spomp-build.yaml @@ -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/action-ros-ci@v0.3 + with: + target-ros1-distro: noetic