This website works better with JavaScript.
Explore
Help
Sign In
microlab
/
scube
Watch
1
Star
1
Fork
You've already forked scube
0
Code
Issues
Pull Requests
Releases
Activity
59f9bb2120
scube
/
buildroot
/
bin
/
build_marlin_fail
5 lines
54 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add a script so Travis can test for intentional failure
8 years ago
#!/usr/bin/env bash
Allow more avr variants with build_marlin*
8 years ago
build_marlin $@ && exit 0
exit 1