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