Skip to content

update finddeadfuelmoisture tool to use fractions as it's base units #51

update finddeadfuelmoisture tool to use fractions as it's base units

update finddeadfuelmoisture tool to use fractions as it's base units #51

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/[email protected]
- name: Build the project
uses: threeal/[email protected]
with:
c-compiler: clang
cxx-compiler: clang++
run-build: true
- name: Run tests
run: make test