From f924fb9adec367e80eab91de18f3519d9cba62b8 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Fri, 21 Jan 2022 05:55:43 +0100 Subject: [PATCH 1/2] Change Travis to Ubuntu 20.04 LTS (focal) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4d9039dc..102d61d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -dist: trusty +dist: focal before_install: - sudo apt-get install -y ninja-build # Arduino IDE adds a lot of noise caused by network traffic, trying to firewall it off @@ -32,4 +32,4 @@ script: - bash -x build.sh || { echo "1_75mm_MK2-RAMBo13a-E3Dv6full variant failed" && false; } - rm Firmware/Configuration_prusa.h - cp Firmware/variants/1_75mm_MK2-RAMBo10a-E3Dv6full.h Firmware/Configuration_prusa.h - - bash -x build.sh || { echo "1_75mm_MK2-RAMBo10a-E3Dv6full variant failed" && false; } \ No newline at end of file + - bash -x build.sh || { echo "1_75mm_MK2-RAMBo10a-E3Dv6full variant failed" && false; } From a795fda7b50126c0a2c6525a56034b1a1713697e Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Fri, 21 Jan 2022 07:40:04 +0100 Subject: [PATCH 2/2] Trying to push travis build --- PF-build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/PF-build.sh b/PF-build.sh index a72ad676..754fb917 100755 --- a/PF-build.sh +++ b/PF-build.sh @@ -166,6 +166,7 @@ # 24 Jun 2021, 3d-gussner, Fix MK404 user interaction not to show if compiling 'All' variants # 24 Jun 2021, 3d-gussner, MK404 is only supported on Linux at this moment. + SCRIPT_PATH="$( cd "$(dirname "$0")" ; pwd -P )" #### Start: Failures