Skip to content

Merge branch 'w_aniso_multi_inclusions' of https://github.com/tduretz… #1038

Merge branch 'w_aniso_multi_inclusions' of https://github.com/tduretz…

Merge branch 'w_aniso_multi_inclusions' of https://github.com/tduretz… #1038

Workflow file for this run

name: ci
on: [push]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install packages with apt
run: sudo apt update && sudo apt install -y cmake gcc g++ libhdf5-serial-dev libsuitesparse-dev
- name: Builds cmake project
run: cmake -B ./cmake-build -DTEST=ON && cmake --build ./cmake-build
- name: Runs tests
run: make run-tests