Re: [PATCH v3 8/8] ci: modification of main.yml to use cmake for vs-build job
From: Sibi Siddharthan <hidden>
Date: 2020-05-30 19:13:38
On Sat, May 30, 2020 at 7:44 PM Đoàn Trần Công Danh [off-list ref] wrote:
On 2020-05-29 13:40:24+0000, Sibi Siddharthan via GitGitGadget [off-list ref] wrote:quoted
To check for ICONV_OMITS_BOM libiconv.dll needs to be in the working directory of script or path. So we copy the dlls before we configure.If ICONV_OMITS_BOM is such a troublemaker for CMake, I'm fine with not supporting it at all. It seems like noone except me have interest in ICONV_OMITS_BOM.
It is not a problem supporting this check. This check has to be implemented sometime down the road.(as it is specified in the Makefile) The issue currently is that this check is a bit big (~50 loc) including setup and cleanup. This might be a burden for the reviewers as the only reason for considering CMake support is to support windows developers.
quoted
@@ -302,4 +308,4 @@ jobs: steps: - uses: actions/checkout@v1 - run: ci/install-dependencies.sh - - run: ci/test-documentation.sh + - run: ci/test-documentation.sh\ No newline at end of filePlease fix your editor ;) -- Danh