From 83945c2447ed8d255f3433341a770efe088629ec 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 | 16 ++++++++-------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-scripts-build.yml b/.github/workflows/ci-scripts-build.yml index 80161a0ab..aba6ecf3c 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 b2c179450..dbbf753d3 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,15 +21,9 @@ 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 + - os: ubuntu-20.04 series: 3.x - version: 3.16.1 - cc: gcc-4.8 + version: 3.10 - os: ubuntu-20.04 series: 4.x @@ -37,6 +32,11 @@ jobs: - os: ubuntu-20.04 series: 5.x version: 5.9.6 + + - os: ubuntu-latest + series: 5.x + version: 5.15 + steps: - uses: actions/checkout@v2 - name: Info