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:
3
LinuxAddons/bin/opt_disable
Executable file
3
LinuxAddons/bin/opt_disable
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
eval "sed 's/\(\/\/ *\)*\(\#define *$1\)/\/\/\2/g' Marlin/Configuration.h"
|
Reference in New Issue
Block a user