Skip to content

Rescale eta0 in homemade powerlaw rheology (fixes tduretz/MDOODZ7.0#1… #973

Rescale eta0 in homemade powerlaw rheology (fixes tduretz/MDOODZ7.0#1…

Rescale eta0 in homemade powerlaw rheology (fixes tduretz/MDOODZ7.0#1… #973

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