Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Sep 27, 2023
1 parent 1bc74a3 commit adda38c
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 16 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/build_package_Rock5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@ name: build_package_rock5_debian

on:
push:
branches: [ "2.5-evo" ]
pull_request:
branches: [ "2.5-evo" ]

branches:
- "2.5-evo"
- "dev-release"
- "release"
paths-ignore:
- '**.md'
- '**.asciidoc'
- '**.adoc'
- '.gitignore'
- 'LICENSE'
jobs:
build:
#runs-on: ubuntu-18.04
Expand Down
15 changes: 11 additions & 4 deletions .github/workflows/build_package_rpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@ name: build_package_rpi

on:
push:
branches: [ "2.5-evo" ]
pull_request:
branches: [ "2.5-evo" ]

branches:
- "2.5-evo"
- "dev-release"
- "release"
- "rapha-ideas"
paths-ignore:
- '**.md'
- '**.asciidoc'
- '**.adoc'
- '.gitignore'
- 'LICENSE'
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
Expand Down
14 changes: 10 additions & 4 deletions .github/workflows/build_package_x86_jammy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@ name: build_package_x86_22

on:
push:
branches: [ "2.5-evo" ]
pull_request:
branches: [ "2.5-evo" ]

branches:
- "2.5-evo"
- "dev-release"
- "release"
paths-ignore:
- '**.md'
- '**.asciidoc'
- '**.adoc'
- '.gitignore'
- 'LICENSE'
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/build_package_x86_usb_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@ name: build_package_LUNAR

on:
push:
paths-ignore:
branches:
- "2.5-evo"
- "dev-release"
- "release"
paths-ignore:
- '**.md'
- '**.asciidoc'
- '**.adoc'
- '.gitignore'
- 'LICENSE'

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
Expand Down
14 changes: 12 additions & 2 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
name: Windows Release

on: [push]

on:
push:
branches:
- "2.5-evo"
- "dev-release"
- "release"
paths-ignore:
- '**.md'
- '**.asciidoc'
- '**.adoc'
- '.gitignore'
- 'LICENSE'
defaults:
run:
shell: cmd
Expand Down

0 comments on commit adda38c

Please sign in to comment.