fortuno.old
fortuno.old copied to clipboard
CI support
What are the plans for re-implementing CI support, probably via github action directly?
The problem is the lack of standard conforming compilers. GNU is not able to compile Fortuno at all and I have a now a change in the pipeline, which would simplify things, but causes problems for the Intel compiler. (And the NAG compiler makes also weird things in Debug mode...).
I want to make some minor changes to the API, possibly also considering the ideas from #1, then make sure, that at least it compiles with Intel (and hopefully with NAG). Then we can make a GitHub CI based on the Intel compiler at least.