|
|
@ -23,10 +23,10 @@ before_script:
|
|
|
|
# remove Robot_Control library to stop compile error!
|
|
|
|
# remove Robot_Control library to stop compile error!
|
|
|
|
- sudo rm -rf /usr/share/arduino/libraries/Robot_Control
|
|
|
|
- sudo rm -rf /usr/share/arduino/libraries/Robot_Control
|
|
|
|
# change back to home directory for compiling
|
|
|
|
# change back to home directory for compiling
|
|
|
|
- cd /home/travis/build/monkeydave/Marlin
|
|
|
|
- cd /home/travis/build/ErikZalm/Marlin
|
|
|
|
# ino needs files in src directory
|
|
|
|
# ino needs files in src directory
|
|
|
|
- ln -s Marlin src
|
|
|
|
- ln -s Marlin src
|
|
|
|
# remove Marlin.pde as it confuses ino
|
|
|
|
# remove Marlin.pde as it confuses ino after it finds Marlin.ino
|
|
|
|
- rm Marlin/Marlin.pde
|
|
|
|
- rm Marlin/Marlin.pde
|
|
|
|
script:
|
|
|
|
script:
|
|
|
|
- ino build -m mega2560
|
|
|
|
- ino build -m mega2560
|
|
|
|