diff --git a/.travis.yml b/.travis.yml index 4d9039dc0..102d61d45 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; } diff --git a/PF-build.sh b/PF-build.sh index a72ad676a..754fb9171 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