Skip to content

1. Change source scheme in SA model for better stability #38

1. Change source scheme in SA model for better stability

1. Change source scheme in SA model for better stability #38

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