Skip to content

Commit ac4a39f

Browse files
committed
Source
1 parent fc8ebc1 commit ac4a39f

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/ci_windows.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,14 @@ jobs:
5757
python -m venv venv
5858
source venv/bin/activate
5959
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
60+
- run: |
61+
source venv/bin/activate
62+
PATH=$PATH:/mingw64/bin/ cmake \
63+
-Wdev \
64+
-B build \
65+
-DCMAKE_BUILD_TYPE=Debug \
66+
-DCMAKE_Fortran_FLAGS_DEBUG="-Wall -Wextra -Wimplicit-interface -fPIC -g -fcheck=all -fbacktrace" \
67+
-DCMAKE_MAXIMUM_RANK:String=4 \
6768
-DCMAKE_INSTALL_PREFIX=$PWD/_dist
6869
env:
6970
FC: gfortran

0 commit comments

Comments
 (0)