Update platform tests to use '.test' folder

This commit is contained in:
Scott Lahteine
2018-09-01 02:50:47 -05:00
parent 18f1af2dca
commit 05dc79e78d
11 changed files with 61 additions and 64 deletions

View File

@ -53,11 +53,11 @@ jobs:
# Generate custom version include
generate_version_header_for_marlin ./Marlin/src/inc
cat ./Marlin/src/inc/_Version.h
#
# Backup pins_RAMPS.h
#
cp Marlin/src/pins/pins_RAMPS.h Marlin/src/pins/pins_RAMPS.h.backup
# Back up the environment
#
env_backup
#################################
# Build all sample configurations
@ -279,6 +279,10 @@ jobs:
# Remove temp files from dependencies tree prior to caching
rm -rf ~/Marlin/.piolibdeps/_tmp_*
#
# Restore the environment
#
env_restore
- save_cache: