From 0835e72e684ccc57d1243f4b66ece08e4c9516fa Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Sun, 3 Dec 2023 19:00:56 +0100 Subject: [PATCH] start builders --- .github/workflows/build_package_Rock5.yml | 7 +------ .github/workflows/build_package_rpi.yml | 7 +------ .github/workflows/build_package_x86_jammy.yml | 6 ------ .github/workflows/build_package_x86_lunar.yml | 6 ------ 4 files changed, 2 insertions(+), 24 deletions(-) diff --git a/.github/workflows/build_package_Rock5.yml b/.github/workflows/build_package_Rock5.yml index d091f3755..2a547ac7e 100644 --- a/.github/workflows/build_package_Rock5.yml +++ b/.github/workflows/build_package_Rock5.yml @@ -7,12 +7,7 @@ on: - "dev-release" - "release" - "experiments" - paths-ignore: - - '**.md' - - '**.asciidoc' - - '**.adoc' - - '.gitignore' - - 'LICENSE' + jobs: build: #runs-on: ubuntu-18.04 diff --git a/.github/workflows/build_package_rpi.yml b/.github/workflows/build_package_rpi.yml index ee72c949c..4a71cda19 100644 --- a/.github/workflows/build_package_rpi.yml +++ b/.github/workflows/build_package_rpi.yml @@ -6,12 +6,7 @@ on: - "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 diff --git a/.github/workflows/build_package_x86_jammy.yml b/.github/workflows/build_package_x86_jammy.yml index 56666c038..819450b99 100644 --- a/.github/workflows/build_package_x86_jammy.yml +++ b/.github/workflows/build_package_x86_jammy.yml @@ -6,12 +6,6 @@ on: - "2.5-evo" - "dev-release" - "release" - paths-ignore: - - '**.md' - - '**.asciidoc' - - '**.adoc' - - '.gitignore' - - 'LICENSE' env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) diff --git a/.github/workflows/build_package_x86_lunar.yml b/.github/workflows/build_package_x86_lunar.yml index edaa615ed..e4c7d6f60 100644 --- a/.github/workflows/build_package_x86_lunar.yml +++ b/.github/workflows/build_package_x86_lunar.yml @@ -6,12 +6,6 @@ on: - "2.5-evo" - "dev-release" - "release" - paths-ignore: - - '**.md' - - '**.asciidoc' - - '**.adoc' - - '.gitignore' - - 'LICENSE' env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)