Skip to content

Commit

Permalink
put CMake test back but with a different generator
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwinters5000 committed May 26, 2023
1 parent a6ab537 commit 27bbb84
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
shell: bash
- os: windows-latest
compiler: gfortran
cmake_generator: MSYS Makefiles
cmake_generator: MinGW Makefiles
shell: 'msys2 {0}'
# Set default shell as suggested here: https://github.community/t/setting-default-shell-or-other-step-metadata-conditionally-in-workflows/154055
defaults:
Expand All @@ -51,13 +51,13 @@ jobs:
with:
update: true
install: git base-devel mingw-w64-x86_64-toolchain
# - name: Verify CMake build
# run: |
# mkdir build && cd build
# cmake -G "${{ matrix.cmake_generator }}" ../
# make
# env:
# FC: ${{ matrix.compiler }}
- name: Verify CMake build
run: |
mkdir build && cd build
cmake -G "${{ matrix.cmake_generator }}" ../
make
env:
FC: ${{ matrix.compiler }}
- name: Verify regular build
run: |
cd makeLibrary
Expand Down

0 comments on commit 27bbb84

Please sign in to comment.