Open GitMensch opened 2 years ago
While there are still issues open on MSVC builds in general, the CI itself seems to be working fine in the gcos4 branch.
The parts that I'd like to see there is not about MSVC but the "win32-posix" builds:
make check
(possibly ignoring failures for now) - warning, likely needs to be run with a single job; add testuite.log to the artifactsmake test
(must pass) - warning, may needs to be run with a single job, add tests/cobol85/summary.log as artifactmake distmingwdir
, adding the resulting GnuCOBOL_mingw and GnuCOBOL_mingw_dbg to the artifactsmake test
(must pass) in parallel, add tests/cobol85/summary.log as artifactmake distmingwdir
, adding the resulting GnuCOBOL_mingw and GnuCOBOL_mingw_dbg to the artifacts@ddeclerck Can you please inspect to do those changes there and when it works get the updated definitions to the gcos-3x branch as well?
the GH Actions environment windows-2019 comes with Virtual Studio 2019 and vcpkg
A setup similar to this is actually running on Appveyor currently (and btw compiled latest GCOS adjustments, too); it may be useful to test complilation (and maybe running) with at least one non-gcc build (macos is likely clang, even if named gcc, but even then much more "like gcc")
That's the CI definition that would work in appveyor, giving an overview about steps to possibly add some day:
The only testing done here is the build of the dump module, there are some test options available (non used in appveyor so far)