Skip to content

Commit

Permalink
Merge pull request #144 from fmessmer/ci/gha
Browse files Browse the repository at this point in the history
migrate ci to gha
  • Loading branch information
fmessmer authored Feb 15, 2024
2 parents 5922948 + f1ac568 commit cd86fd3
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 24 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'
CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Release
PYLINT_ARGS: '--output-format=parseable --errors-only'
PYLINT_CHECK: true
ROS_REPO: main

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

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

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

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

This file was deleted.

0 comments on commit cd86fd3

Please sign in to comment.