Skip to content

Rename numFourierTerms to noFourierTerms #279

Rename numFourierTerms to noFourierTerms

Rename numFourierTerms to noFourierTerms #279

Workflow file for this run

name: Windows-build
on: [push]
defaults:
run:
shell: pwsh
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: msys2/setup-msys2@v2
- name: Configure CMake
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -G "MinGW Makefiles"
- name: Build
run: cmake --build build