This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
andrey
/
Marlin_FB4S
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Marlin 2.0 for Flying Bear 4S/5
flying-bear-4s
mks-robin-nano
mks-wifi
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11545
Commits
4
Branches
6
Tags
134 MiB
Tree:
60cb36bef3
FB4S_WIFI
FBG5_WIFI
MKS_UI
vanilla_fb_2.0.x
2.0.7.2
2.0.7.2_upd
2.0.8.1
2.0.9.1
2.0.9.2
2.0.9.3
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '60cb36bef3'
${ noResults }
Marlin_FB4S
/
buildroot
/
bin
/
build_marlin_fail
5 lines
54 B
Raw
Normal View
History
Add a script so Travis can test for intentional failure
8 years ago
#!/usr/bin/env bash
Allow more avr variants with build_marlin*
7 years ago
build_marlin $@ && exit 0
exit 1