IMO2. If anyone else is looking try opening the URL https://github.com/fortran-lang/fpm/suites/4072746231/artifacts/103567506.
Great that is an automatic artifact. I see why you want to simplify accessing it though. github is not making that particuarly easy. I have seen it mentioned but never have used the artifacts. Seems like it would have to be limited in space or it seems like it could get unmanageable for github but have not looked at it too hard yet. Need to read up on that; but unless something like the URL above can be automatically added to a page somewhere it takes me less time to make my own than to find these. Look forward to seeing your solution though; seems like a really nice idea. Note that I have to put ‘#undef unix’ in mine or I cannot build it with ifort(1) unless I know to use “ifort -Uunix …”. It would be nice if that line were there; albeit I suspect it it predominantly built with gfortran. Might be other strings with other compilers too, but most predefined macros start with underscore (ifort predefines the macro “unix” which is a string that appears in the code, so when preprocessed because it ends in “.F90” the “unix” string gets expanded to a “1” and causes errors).