From cccda37580cdb90c4ef82099ef71c83b7e5ff749 Mon Sep 17 00:00:00 2001 From: David Allsopp Date: Wed, 6 Jan 2021 14:41:55 +0000 Subject: AppVeyor: refactor UTF-8 parts Moves the UTF-8 definitions solely into appveyor_build.cmd (Cygwin then inherits them correctly by ensuring the script always runs with chcp 65001). The setting up of the build environment (Visual Studio, etc.) is also now done in install phase, where it belongs, rather than build. --- .gitattributes | 1 - 1 file changed, 1 deletion(-) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index fe0c30c90e..fe589028be 100644 --- a/.gitattributes +++ b/.gitattributes @@ -64,7 +64,6 @@ tools/mantis2gh_stripped.csv typo.missing-header # tools/ci/appveyor/appveyor_build.cmd only has missing-header because # dra27 too lazy to update check-typo to interpret Cmd-style comments! /tools/ci/appveyor/appveyor_build.cmd typo.very-long-line typo.missing-header typo.non-ascii -/tools/ci/appveyor/appveyor_build.sh typo.non-ascii /tools/ci/inria/bootstrap/remove-sinh-primitive.patch typo.prune /release-info/howto.md typo.missing-header typo.long-line /release-info/templates/*.md typo.missing-header typo.very-long-line=may -- cgit v1.2.1