Skip to content

1. Improve memory in subroutine invMatrix #29

1. Improve memory in subroutine invMatrix

1. Improve memory in subroutine invMatrix #29

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: reconfig autotools for different version
run: autoreconf
- name: configure
run: ./configure
- name: build
run: make
- name: run executable
run: src/ransfoil --script ransfoil.configxyz
- name: clean
run: make distclean