Skip to content

Setup pixi and meson #11

Setup pixi and meson

Setup pixi and meson #11

Workflow file for this run

name: ci
on:
pull_request:
branches: [ '*' ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: build-${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macOS-latest
- windows-latest
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Setup Pixi
uses: prefix-dev/[email protected]
with:
manifest-path: pixi.toml
- name: Setup gfortran
uses: fortran-lang/setup-fortran@v1
with:
compiler: gcc
- name: Build GFLOW executable
run: pixi run build-release-gfortran
- name: Run Tests
run: pixi run test