Skip to content

Commit

Permalink
remove CMake test completely to see if other checks pass
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwinters5000 committed May 26, 2023
1 parent 26964b8 commit a6ab537
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 a6ab537

Please sign in to comment.