Skip to content

Add ability to compile the HDF5 code in CMake #64

Add ability to compile the HDF5 code in CMake

Add ability to compile the HDF5 code in CMake #64

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 .