Skip to content

Add pnetcdf

Add pnetcdf #58

Workflow file for this run

name: Build Debian
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Build docker image
run: |
docker build -t sufs_debian -f docker/Dockerfile.debian .