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
4
LinuxAddons/bin/build_marlin
Executable file
4
LinuxAddons/bin/build_marlin
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
rm -rf .build/
|
||||
DISPLAY=:1.0 ~/bin/arduino --verify --board marlin:avr:mega Marlin/Marlin.ino
|
||||
Loading…
Add table
Add a link
Reference in a new issue