Skip to content

Merge pull request #31 from x3042/lump-matrix #327

Merge pull request #31 from x3042/lump-matrix

Merge pull request #31 from x3042/lump-matrix #327

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.6', '1']
julia-arch: [x64]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia-version }}
- uses: julia-actions/julia-buildpkg@latest
- run: julia --project src/ExactODEReduction.jl