Skip to content

Commit

Permalink
ci: add ubuntu-20.04 job
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed Oct 2, 2023
1 parent 98e194c commit d9c298c
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/ci-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ jobs:
base: "7.0"
deps: adsupport

- os: ubuntu-20.04
cmp: gcc
configuration: default
base: "7.0"
deps: os

- os: ubuntu-latest
cmp: gcc
configuration: default
Expand Down Expand Up @@ -74,9 +80,8 @@ jobs:
with:
submodules: true

- name: "Linux OS Deps"
if: ${{ matrix.deps == 'os' && matrix.os == 'ubuntu-latest' }}
shell: bash
- name: "Install Linux OS Deps"
if: ${{ matrix.deps == 'os' && runner.os == 'Linux' }}
run: |
sudo apt-get update
sudo apt-get -y install \
Expand Down Expand Up @@ -126,7 +131,7 @@ jobs:
- name: Prepare and compile EPICS dependencies
run: python .ci/cue.py prepare

- name: "ADSupport Deps"
- name: "Configure ADSupport Deps"
if: ${{ matrix.deps == 'adsupport' }}
shell: bash
run: |
Expand Down

0 comments on commit d9c298c

Please sign in to comment.