From d878abaa769b71e973acee8de824d513ca6de7ed Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 10 Dec 2019 11:25:44 +0300 Subject: add simple build scripts They're intended to replace my build.sh (for Travis) and build.ps1 (for AppVeyor) scripts to call CMake in a platform-independent manner. --- build/.gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 build/.gitattributes (limited to 'build/.gitattributes') diff --git a/build/.gitattributes b/build/.gitattributes new file mode 100644 index 0000000..dfdb8b7 --- /dev/null +++ b/build/.gitattributes @@ -0,0 +1 @@ +*.sh text eol=lf -- cgit v1.2.3