Skip to content
/ bart Public

last option for IST #27

last option for IST

last option for IST #27

Workflow file for this run

name: Linux Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build-and-test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: update
run: |
sudo apt-get update
sudo apt-get install -yq gcc make libfftw3-dev liblapacke-dev libpng-dev libopenblas-dev gfortran
- name: make all
run: make all
- name: make utest
run: make utest
- name: make test
run: make test
- name: make pythontest
run: |
sudo apt-get install -yq python3 python3-numpy
make pythontest