What is a standard
There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.
Compiling related fixes and such:
D__USE_MINGW_ANSI_STDIO=0
is no longer defined because modern MinGW versions don't like it (this needs testing to make sure it doesn't break anything in older versions or such)socklen_t
in mserv.c
is no longer redundantly defined for MinGWi_tcp.c
and mserv.c
in generalWIP because this needs testing and I may add more later
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.