Skip to content
Prev Previous commit
Next Next commit
Install fypp on Windows (#5)
  • Loading branch information
certik authored and jvdp1 committed Jan 23, 2020
commit c7a6070566fee78e4c8415855403dc3d76a079c0
3 changes: 3 additions & 0 deletions .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: Install fypp
run: pip install fypp

- run: cmake -G "MinGW Makefiles" -DCMAKE_SH="CMAKE_SH-NOTFOUND" -Wdev -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_Fortran_FLAGS_DEBUG="-Wall -Wextra -Wimplicit-interface -fPIC -g -fcheck=all -fbacktrace"

env:
Expand Down