Have CMake preprocess all fortran source files #876
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Compare Autotools and CMake build systems | |
on: | |
push: | |
paths-ignore: | |
- '.github/workflows/*.yml' | |
- '!.github/workflows/cmake_autools_compare.yml' | |
pull_request: | |
release: | |
types: [published] | |
jobs: | |
check_for_build_system_files: | |
runs-on: ubuntu-latest | |
name: Check for Build System Files | |
steps: | |
- uses: actions/checkout@v4 | |
name: Checkout source code | |
- name: Run Compare Script | |
run: scripts/ci/check_for_automake_and_cmake_files.py |