Skip to content

Merge pull request #11 from JarettBakerDunn/CI #8

Merge pull request #11 from JarettBakerDunn/CI

Merge pull request #11 from JarettBakerDunn/CI #8

Workflow file for this run

name: linux
on: [push, pull_request]
# always only run a single (the newest) instance per PR
concurrency:
group: ${{ github.actor }}-${{ github.ref }}
cancel-in-progress: true
jobs:
job:
name: build
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- name: build
run: |
sudo apt install build-essential gfortran
cd src
make