Skip to content

Commit

Permalink
Merge pull request #8 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 13, 2024
2 parents 165a82c + 77f4c57 commit 9b54b07
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 25 deletions.
39 changes: 39 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
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)}}
23 changes: 0 additions & 23 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cob_fiducials
===========

## Travis - Continuous Integration
## GitHub Actions - Continuous Integration

Status: [![Build Status](https://travis-ci.com/ipa320/cob_fiducials.svg?branch=kinetic-devel)](https://travis-ci.com/github/ipa320/cob_fiducials)
CI-Status ```kinetic-devel```: [![GHA CI](https://github.com/4am-robotics/cob_fiducials/actions/workflows/main.yml/badge.svg?branch=kinetic-devel)](https://github.com/4am-robotics/cob_fiducials/actions/workflows/main.yml?query=branch%3Akinetic-devel)

0 comments on commit 9b54b07

Please sign in to comment.