Skip to content

Rust and cuda clang support (#1873) #8231

Rust and cuda clang support (#1873)

Rust and cuda clang support (#1873) #8231

name: C/Fortran
on:
push:
branches:
- main
pull_request:
jobs:
test:
strategy:
matrix:
os: [ubuntu-24.04, macos-15]
compiler: [gcc, clang]
runs-on: ${{ matrix.os }}
steps:
- name: Environment setup
uses: actions/checkout@v4
- name: Build and test libCEED
env:
CC: ${{ matrix.compiler }}
FC: gfortran-14
run: |
make info
make -j
make prove -j2