Skip to content

Add check codes in reading initial data from files for better use #32

Add check codes in reading initial data from files for better use

Add check codes in reading initial data from files for better use #32

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