mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-24 12:35:51 +00:00
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
|