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 14, 2024
1 parent 26e1215 commit 843de8f
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 31 deletions.
File renamed without changes.
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'
AFTER_SCRIPT: 'rosenv sh .ci.xacro_test.sh'
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.

9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
cob_common
===========

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

Status: [![Build Status](https://app.travis-ci.com/ipa320/cob_common.svg?branch=foxy)](https://app.travis-ci.com/ipa320/cob_common)


This is a repository for Care-O-bot URDF macros and common message/service descriptions.

Installation instructions and tutorials can be found at http://www.care-o-bot.org.
CI-Status ```foxy```: [![GHA CI](https://github.com/4am-robotics/cob_common/actions/workflows/main.yml/badge.svg?branch=foxy)](https://github.com/4am-robotics/cob_common/actions/workflows/main.yml?query=branch%3Afoxy)

0 comments on commit 843de8f

Please sign in to comment.