Add scripts for .travis.yml to append config options

This commit is contained in:
Scott Lahteine 2017-10-27 19:16:58 -05:00
parent 7ade65d44b
commit 50f6c645de
3 changed files with 7 additions and 1 deletions

3
buildroot/bin/opt_add_adv Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
eval "echo \"#define ${1} ${2}\" >>Marlin/Configuration_adv.h"