From ef09ed6c2b9ba65420bff9399174679f356d8a0a Mon Sep 17 00:00:00 2001 From: Jerzy Jamroz Date: Thu, 14 Sep 2023 13:49:05 +0200 Subject: [PATCH] ci: Manual trigger of the ci jobs added. (#2) * ci: Adding centos-7 to the ci-scripts-build.yml * Update ci-scripts-build.yml * Update ci-scripts-build.yml * Update linux-build.yml --- .github/workflows/ci-scripts-build.yml | 6 ++++++ .github/workflows/linux-build.yml | 15 +++++---------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci-scripts-build.yml b/.github/workflows/ci-scripts-build.yml index 80161a0a..aba6ecf3 100644 --- a/.github/workflows/ci-scripts-build.yml +++ b/.github/workflows/ci-scripts-build.yml @@ -20,6 +20,7 @@ on: - 'documentation/**' - 'python/**' - '**/*.md' + workflow_dispatch: env: SETUP_PATH: .ci-local:.ci @@ -97,6 +98,11 @@ jobs: configuration: default base: "7.0" + - os: ubuntu-latest + cmp: gcc + configuration: default + base: "7.0" + steps: - uses: actions/checkout@v2 with: diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index b2c17945..8f239434 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -7,6 +7,7 @@ on: pull_request: paths: - 'mrmShared/linux/**' + workflow_dispatch: jobs: specific: @@ -20,16 +21,6 @@ jobs: fail-fast: false matrix: include: - - os: ubuntu-16.04 - series: 3.x - version: 3.2.1 - cc: gcc-4.8 - - - os: ubuntu-16.04 - series: 3.x - version: 3.16.1 - cc: gcc-4.8 - - os: ubuntu-20.04 series: 4.x version: 4.9.1 @@ -37,6 +28,10 @@ jobs: - os: ubuntu-20.04 series: 5.x version: 5.9.6 + + - os: ubuntu-latest + series: 5.x + steps: - uses: actions/checkout@v2 - name: Info