diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-10 11:25:44 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-10 16:44:07 +0300 |
commit | d878abaa769b71e973acee8de824d513ca6de7ed (patch) | |
tree | acde35095e22a72bb0a91817045f72a349fa3be2 /build/.gitattributes | |
parent | fix licensing notes (diff) | |
download | cmake-common-d878abaa769b71e973acee8de824d513ca6de7ed.tar.gz cmake-common-d878abaa769b71e973acee8de824d513ca6de7ed.zip |
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.
Diffstat (limited to '')
-rw-r--r-- | build/.gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
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 |