We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8ebc1 commit ac4a39fCopy full SHA for ac4a39f
.github/workflows/ci_windows.yml
@@ -57,13 +57,14 @@ jobs:
57
python -m venv venv
58
source venv/bin/activate
59
pip install fypp
60
- - run: >-
61
- PATH=$PATH:/mingw64/bin/ cmake
62
- -Wdev
63
- -B build
64
- -DCMAKE_BUILD_TYPE=Debug
65
- -DCMAKE_Fortran_FLAGS_DEBUG="-Wall -Wextra -Wimplicit-interface -fPIC -g -fcheck=all -fbacktrace"
66
- -DCMAKE_MAXIMUM_RANK:String=4
+ - run: |
+ source venv/bin/activate
+ PATH=$PATH:/mingw64/bin/ cmake \
+ -Wdev \
+ -B build \
+ -DCMAKE_BUILD_TYPE=Debug \
+ -DCMAKE_Fortran_FLAGS_DEBUG="-Wall -Wextra -Wimplicit-interface -fPIC -g -fcheck=all -fbacktrace" \
67
+ -DCMAKE_MAXIMUM_RANK:String=4 \
68
-DCMAKE_INSTALL_PREFIX=$PWD/_dist
69
env:
70
FC: gfortran
0 commit comments