Skip to content

Compile netcdf libraries with logging enabled #38

Compile netcdf libraries with logging enabled

Compile netcdf libraries with logging enabled #38

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 .