Skip to content

Commit

Permalink
ci: Manual trigger of the ci jobs added. (#2)
Browse files Browse the repository at this point in the history
* ci: Adding centos-7 to the ci-scripts-build.yml

* Update ci-scripts-build.yml

* Update ci-scripts-build.yml

* Update linux-build.yml
  • Loading branch information
jerzyjamroz committed Sep 14, 2023
1 parent b5324c6 commit ef09ed6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-scripts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
- 'documentation/**'
- 'python/**'
- '**/*.md'
workflow_dispatch:

env:
SETUP_PATH: .ci-local:.ci
Expand Down Expand Up @@ -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:
Expand Down
15 changes: 5 additions & 10 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
paths:
- 'mrmShared/linux/**'
workflow_dispatch:

jobs:
specific:
Expand All @@ -20,23 +21,17 @@ 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

- os: ubuntu-20.04
series: 5.x
version: 5.9.6

- os: ubuntu-latest
series: 5.x

steps:
- uses: actions/checkout@v2
- name: Info
Expand Down

0 comments on commit ef09ed6

Please sign in to comment.