Skip to content

Commit

Permalink
merge from make_deb
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Lakemann committed Feb 2, 2024
1 parent 73da74f commit 3f093b6
Show file tree
Hide file tree
Showing 109 changed files with 1,865 additions and 4,921 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.

46 changes: 0 additions & 46 deletions .github/workflows/melodic.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/noetic.yml

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 }}
22 changes: 22 additions & 0 deletions .github/workflows/ros_package_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: ros_package_build

on:

push:
branches: [ make_deb ]

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

workflow_dispatch:

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

jobs:

build:
uses: ctu-mrs/ci_scripts/.github/workflows/ros_package_build.yml@master
secrets:
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
*.bmp
scripts/.tmuxinator.yml

.vscode/

*.swp
*.swo
.gitman
14 changes: 14 additions & 0 deletions .gitman.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
location: .gitman
sources:
- repo: https://github.com/TimLakemann/ami.git
name: ami
rev: master
type: git
params:
sparse_paths:
-
links:
- source: ''
target: include/ami
scripts:
- git submodule update --init --recursive
Loading

0 comments on commit 3f093b6

Please sign in to comment.