summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-09-11 12:48:02 -0400
committerMike Frysinger <vapier@gentoo.org>2021-09-11 12:48:02 -0400
commitdbc310fca747a0a78ca142e8f743a20a4a975d5a (patch)
tree27ecd492e41ebd8c9e75d1a8d7f18aa67b4a2c9d /docs
parentba15dd03f4ba6e1bb1859d726324fc4b85c80f8b (diff)
downloadlibgd-dbc310fca747a0a78ca142e8f743a20a4a975d5a.tar.gz
cleanup Windows CRLF line endlings
Diffstat (limited to 'docs')
-rw-r--r--docs/README_CI.md132
1 files changed, 66 insertions, 66 deletions
diff --git a/docs/README_CI.md b/docs/README_CI.md
index efb026b..4d7eecc 100644
--- a/docs/README_CI.md
+++ b/docs/README_CI.md
@@ -1,66 +1,66 @@
-# LibGD CI
-
-LibGD uses github actions for CI.
-
-The platforms used are:
-- Ubuntu 20.04LTS, Intel
- - https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md
- - GCC (x64)
- - CLang (x64)
-- Ubuntu 20.04LTS, ARM (graviton2)
- - AWS Ubuntu Image
- - GCC (64bit)
- - CLang (64bit)
-- Windows Server 2019, x64
- - https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md
- - Visual Studio Enterprise 2019 (x64, x86 and arm64 cross compiliations)
- - MingW GCC (x86, x64 and ucrt64)
-- MacOS 11, Intel
- - https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11-Readme.md
- - GCC x64
-- MacOS 11, M1 in place but we don't manage to get M1 runners
-
-The CI configurations and script can be found in
-
-```
-.gihub/workflows
-```
-
-## Where are they used
-
-The actions work on:
-- master push
-- any new pull requests
-- GD3 (branch surface/surface)
-
-Please do not merge pull requests can be merged if any of the CI failed.
-
-## ci_ubuntu
-
-This file contains all Linux/Ubuntu configurations. The dependencies are installed using apt. Some libraries may use non official Ubuntu repositories to get the latest versions.
-
-## ci_windows.yml
-
-It contains all jobs and matrices for VS builds (cross compilations included).
-
-Dependencies are installed using archived VCPKG libraries, from:
-
-https://github.com/libgd/libgd-windows-vcpkg-prebuild
-
-For x64, x86 and arm64.
-
-## ci_windows.yml
-
-## ci_macos.yml
-
-All configs for MacOS. Dependencies are installed using homebrew (for those not available already in the image).
-
-Important note:
-
-Github actions MacOS images contain Mono. Mono somehow messes up with the various paths and it is not worth figuring out how to work around it. We use a script to simply remove Mono from the system, the script can be found in .github\scripts\removemono.sh
-
-## shellcheck.yml
-
-CI to valid shell scripts syntax, portability or other possible issues. It uses https://www.shellcheck.net/.
-
-If a script is needed with some shell specific features which are raised as error by shellcheck, please use the ignore rules in the top of the script or at the required line(s). For an example, removemono.sh contains such rules. \ No newline at end of file
+# LibGD CI
+
+LibGD uses github actions for CI.
+
+The platforms used are:
+- Ubuntu 20.04LTS, Intel
+ - https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md
+ - GCC (x64)
+ - CLang (x64)
+- Ubuntu 20.04LTS, ARM (graviton2)
+ - AWS Ubuntu Image
+ - GCC (64bit)
+ - CLang (64bit)
+- Windows Server 2019, x64
+ - https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md
+ - Visual Studio Enterprise 2019 (x64, x86 and arm64 cross compiliations)
+ - MingW GCC (x86, x64 and ucrt64)
+- MacOS 11, Intel
+ - https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11-Readme.md
+ - GCC x64
+- MacOS 11, M1 in place but we don't manage to get M1 runners
+
+The CI configurations and script can be found in
+
+```
+.gihub/workflows
+```
+
+## Where are they used
+
+The actions work on:
+- master push
+- any new pull requests
+- GD3 (branch surface/surface)
+
+Please do not merge pull requests can be merged if any of the CI failed.
+
+## ci_ubuntu
+
+This file contains all Linux/Ubuntu configurations. The dependencies are installed using apt. Some libraries may use non official Ubuntu repositories to get the latest versions.
+
+## ci_windows.yml
+
+It contains all jobs and matrices for VS builds (cross compilations included).
+
+Dependencies are installed using archived VCPKG libraries, from:
+
+https://github.com/libgd/libgd-windows-vcpkg-prebuild
+
+For x64, x86 and arm64.
+
+## ci_windows.yml
+
+## ci_macos.yml
+
+All configs for MacOS. Dependencies are installed using homebrew (for those not available already in the image).
+
+Important note:
+
+Github actions MacOS images contain Mono. Mono somehow messes up with the various paths and it is not worth figuring out how to work around it. We use a script to simply remove Mono from the system, the script can be found in .github\scripts\removemono.sh
+
+## shellcheck.yml
+
+CI to valid shell scripts syntax, portability or other possible issues. It uses https://www.shellcheck.net/.
+
+If a script is needed with some shell specific features which are raised as error by shellcheck, please use the ignore rules in the top of the script or at the required line(s). For an example, removemono.sh contains such rules.