Skip to content

meson: add WIN32_SYMLINK defn #173

meson: add WIN32_SYMLINK defn

meson: add WIN32_SYMLINK defn #173

Workflow file for this run

name: ci_fpm
on:
push:
paths:
- "fpm.toml"
- ".github/workflows/ci_fpm.yml"
env:
FPM_CXXFLAGS: -std=c++20
jobs:
linux:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: fortran-lang/setup-fpm@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v4
- run: fpm build
- run: fpm test