From 786fd5dd4ee714f1a3727ca05e12aea4691c100a Mon Sep 17 00:00:00 2001 From: Erwin Ried <1091420+eried@users.noreply.github.com> Date: Thu, 4 Jun 2020 01:44:49 +0200 Subject: [PATCH] Updated Compile firmware (markdown) --- Compile-firmware.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Compile-firmware.md b/Compile-firmware.md index c7c523e..cfa0604 100644 --- a/Compile-firmware.md +++ b/Compile-firmware.md @@ -17,6 +17,12 @@ You need to configure the path to the source code from the Volumes of the contai [[img/Kitematic_VL5an8rufV.png]] +In Windows, the line endings may produce some errors. If you get some `python/r` not found messages, then the easiest way to fix this is to configure git to not manipulate the line endings with: + +`git config --global core.autocrlf false` + +And subsequently, download another copy of the repository. + # Using Buddy.Works (and other CI platforms) You can use the following _yml _as your template for your CI platform (pipeline export from [buddy.works](https://buddy.works/)):