Skip to content

don't warn if release #4

don't warn if release

don't warn if release #4

Workflow file for this run

name: windows-cmake
on:
push:
paths:
- "**.f90"
- "**.F90"
- "**.cmake"
- "**/CMakeLists.txt"
- ".github/workflows/windows-cmake.yml"
jobs:
windows:
runs-on: windows-latest
name: CMake build on Windows
timeout-minutes: 15
steps:
- uses: msys2/setup-msys2@v2
id: msys2
with:
update: true
install: >-
mingw-w64-ucrt-x86_64-gcc
mingw-w64-ucrt-x86_64-gcc-fortran
mingw-w64-ucrt-x86_64-msmpi
- name: Put MSYS2_MinGW64 on PATH
run: echo "${{ steps.msys2.outputs.msys2-location }}/ucrt64/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Setup Microsoft MPI
uses: mpi4py/setup-mpi@v1
with:
mpi: msmpi
- uses: actions/checkout@v4
- run: cmake --workflow debug
- run: cmake --workflow release