fortuno.old icon indicating copy to clipboard operation
fortuno.old copied to clipboard

CI support

Open LecrisUT opened this issue 2 years ago • 1 comments

What are the plans for re-implementing CI support, probably via github action directly?

LecrisUT avatar Feb 07 '23 16:02 LecrisUT

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.

aradi avatar Feb 07 '23 20:02 aradi