Skip to content

Commit

Permalink
migrate ci to gha
Browse files Browse the repository at this point in the history
  • Loading branch information
fmessmer committed Feb 15, 2024
1 parent 7aa7bda commit 641717b
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 28 deletions.
40 changes: 40 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: GHA CI

on:
push:
pull_request:
schedule:
- cron: "0 0 * * 0" # every Sunday at midnight
workflow_dispatch:

jobs:
industrial_ci:
name: GHA CI
runs-on: ubuntu-latest
timeout-minutes: 60

env:
ADDITIONAL_DEBS: 'apt-utils dialog git'
CATKIN_LINT: pedantic
CATKIN_LINT_ARGS: '--ignore description_boilerplate --skip-pkg cob_leg_detection --skip-pkg cob_openni2_tracker --skip-pkg cob_people_tracking_filter --skip-pkg libnite2'
CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Release
PYLINT_ARGS: '--output-format=parseable --errors-only'
PYLINT_CHECK: true
ROS_REPO: main

strategy:
matrix:
include:
- { ROS_DISTRO: melodic }

steps:
- uses: actions/checkout@v4
with:
submodules: true
lfs: true
ssh-known-hosts: ''

- uses: ros-industrial/industrial_ci@master
with:
config: ${{toJSON(matrix)}}

4 changes: 0 additions & 4 deletions .travis.rosinstall

This file was deleted.

24 changes: 0 additions & 24 deletions .travis.yml

This file was deleted.

0 comments on commit 641717b

Please sign in to comment.