Skip to content

Commit

Permalink
Test fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune committed Mar 18, 2024
1 parent 0e58d3a commit b8284c7
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,24 @@ on:

jobs:
Build:
name: ubuntu
name: fedora
runs-on: ubuntu-latest
container: ubuntu:${{ matrix.ubuntu_ver }}
container: fedora:${{ matrix.fedora_ver }}
strategy:
fail-fast: false
matrix:
ubuntu_ver: ["22.04", "22.10", "23.04", "23.10", "24.04"]
fedora_ver: ["38", "39"]

steps:
- uses: actions/checkout@v4
- name: install packages
run: |
apt update
apt install --no-install-recommends -y \
gcc \
gfortran \
dnf check-update
dnf install -y \
gcc-gfortran \
cmake \
ninja-build \
libopenblas-dev
openblas-devel
- name: Configuring
run: |
cmake \
Expand Down

0 comments on commit b8284c7

Please sign in to comment.