Improve Travis CI test

- Add shell scripts to help with managing configs
- Clean up .travis.yml file by using shell scripts
- Don’t download “astyle” – not needed and delays Travis results
This commit is contained in:
Scott Lahteine
2016-03-22 07:13:38 -07:00
parent cadded1e21
commit ff272c7b69
10 changed files with 138 additions and 150 deletions

3
LinuxAddons/bin/opt_set_adv Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
eval "sed -i 's/\(#define *$1\) *.*$/\1 $2/g' Marlin/Configuration_adv.h"