mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-20 05:07:48 -06:00
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:
parent
cadded1e21
commit
ff272c7b69
10 changed files with 138 additions and 150 deletions
3
LinuxAddons/bin/opt_set
Executable file
3
LinuxAddons/bin/opt_set
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
eval "sed -i 's/\(#define *$1\) *.*$/\1 $2/g' Marlin/Configuration.h"
|
Loading…
Add table
Add a link
Reference in a new issue