ff272c7b69
- 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
5 lines
115 B
Bash
Executable file
5 lines
115 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
rm -rf .build/
|
|
DISPLAY=:1.0 ~/bin/arduino --verify --board marlin:avr:mega Marlin/Marlin.ino
|