Skip to content

Commit

Permalink
updated workflows, updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Oct 10, 2023
1 parent b2c46c8 commit 889ea52
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 45 deletions.
12 changes: 0 additions & 12 deletions .ci/build.sh

This file was deleted.

29 changes: 0 additions & 29 deletions .ci/install.sh

This file was deleted.

25 changes: 25 additions & 0 deletions .github/workflows/ros_build_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: ros_build_test

on:

push:
branches: [ devel ]

paths-ignore:
- '**/README.md'

pull_request:
branches: [ master ]

workflow_dispatch:

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:

build:
uses: ctu-mrs/ci_scripts/.github/workflows/ros_build_test.yml@master
secrets:
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}
5 changes: 4 additions & 1 deletion .github/workflows/ros_package_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: ros_package_build
on:

push:
branches: [ hw_api ]
branches: [ master ]

paths-ignore:
- '**/README.md'

workflow_dispatch:

Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# MRS utils

![thumbnail](.fig/mrs_utils.jpg)

| Build status | [![Build Status](https://github.com/ctu-mrs/mrs_utils/workflows/Noetic/badge.svg)](https://github.com/ctu-mrs/mrs_utils/actions) |
|--------------|----------------------------------------------------------------------------------------------------------------------------------|
> :warning: **Attention please: This README is outdated.**
>
> The MRS UAV System 1.5 is being released and this page needs updating. Please, keep in mind that the information on this page might not be valid.
## Overview

This repository contains various useful tools for developement and testing. Use along with the [MRS UAV system](https://github.com/ctu-mrs/mrs_uav_system).
This repository contains various useful tools for developement and testing.
Use along with the [MRS UAV system](https://github.com/ctu-mrs/mrs_uav_system).

Contains the following packages

Expand Down

0 comments on commit 889ea52

Please sign in to comment.