|
@ -59,6 +59,8 @@ jobs: |
|
|
cp Marlin/src/pins/pins_RAMPS.h Marlin/src/pins/pins_RAMPS.h.backup |
|
|
cp Marlin/src/pins/pins_RAMPS.h Marlin/src/pins/pins_RAMPS.h.backup |
|
|
# |
|
|
# |
|
|
|
|
|
|
|
|
|
|
|
env_backup |
|
|
|
|
|
|
|
|
################################# |
|
|
################################# |
|
|
# Build all sample configurations |
|
|
# Build all sample configurations |
|
|
################################# |
|
|
################################# |
|
@ -279,11 +281,13 @@ jobs: |
|
|
# Remove temp files from dependencies tree prior to caching |
|
|
# Remove temp files from dependencies tree prior to caching |
|
|
rm -rf ~/Marlin/.piolibdeps/_tmp_* |
|
|
rm -rf ~/Marlin/.piolibdeps/_tmp_* |
|
|
|
|
|
|
|
|
|
|
|
# |
|
|
|
|
|
# Restore the environment |
|
|
|
|
|
# |
|
|
|
|
|
env_restore |
|
|
|
|
|
|
|
|
- save_cache: |
|
|
- save_cache: |
|
|
paths: |
|
|
paths: |
|
|
- ~/.platformio |
|
|
- ~/.platformio |
|
|
- ~/Marlin/.piolibdeps |
|
|
- ~/Marlin/.piolibdeps |
|
|
key: v1-dependencies-{{ checksum "~/Marlin/platformio.ini" }} |
|
|
key: v1-dependencies-{{ checksum "~/Marlin/platformio.ini" }} |
|
|
|
|
|
|
|
|