Skip to content

Update f90/CMakeLists.txt only use Fortran Flags for Fortran files #23

Update f90/CMakeLists.txt only use Fortran Flags for Fortran files

Update f90/CMakeLists.txt only use Fortran Flags for Fortran files #23

Workflow file for this run

name: ModEM Build Tests
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
docker-build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build Docker Image
run: docker build -t modem .