@the_artic_one@programming.dev to Programmer Humor@programming.devEnglish • 2 years agoWho is this “Jenkins” and what now has broken him?programming.devimagemessage-square76fedilinkarrow-up1588arrow-down130
arrow-up1558arrow-down1imageWho is this “Jenkins” and what now has broken him?programming.dev@the_artic_one@programming.dev to Programmer Humor@programming.devEnglish • 2 years agomessage-square76fedilink
minus-square@Sigmatics@lemmy.calinkfedilink7•2 years agoYeah sure. Try building anything more complex than helloworld.c with a build.sh
minus-square@jcg@halubilo.sociallinkfedilink14•2 years agoMore complex build systems are just build.sh calling other build.sh in different configurations and using different software. It’s build.sh all the way down.
minus-square@Sigmatics@lemmy.calinkfedilink2•edit-22 years agoThe point is that “build.sh” implies a single file, which becomes an absolute nightmare to maintain on larger projects