Skip to content

Commit

Permalink
ci: added missing build type
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Aug 13, 2022
1 parent 2014706 commit 5fa24ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
run: |
cmake -S . -B build_${{matrix.build_type}}/ \
-DBUILD_SHARED_LIBS=${{matrix.lib == 'shared'}} \
-DCMAKE_BUILD_TYPE=${{matrix.build_type}} \
-DCMAKE_C_COMPILER_LAUNCHER:FILEPATH=ccache \
-DCMAKE_CXX_COMPILER_LAUNCHER:FILEPATH=ccache \
-DCMAKE_Fortran_COMPILER_LAUNCHER:FILEPATH=ccache \
Expand Down Expand Up @@ -172,6 +173,7 @@ jobs:
run: |
cmake -S lapack-3.10.1 -B build_lapack_${{matrix.build_type}}/ \
-DBUILD_SHARED_LIBS=ON \
-DCMAKE_BUILD_TYPE=${{matrix.build_type}} \
-DCMAKE_C_COMPILER_LAUNCHER:FILEPATH=$(which ccache) \
-DCMAKE_Fortran_COMPILER_LAUNCHER:FILEPATH=$(which ccache) \
-DCMAKE_GNUtoMS=ON \
Expand Down

0 comments on commit 5fa24ce

Please sign in to comment.