the_artic_one@programming.dev to Programmer Humor@programming.devEnglish · 3 years agoWho is this "Jenkins" and what now has broken him?programming.devimagemessage-square67linkfedilinkarrow-up1592arrow-down131
arrow-up1561arrow-down1imageWho is this "Jenkins" and what now has broken him?programming.devthe_artic_one@programming.dev to Programmer Humor@programming.devEnglish · 3 years agomessage-square67linkfedilink
minus-squareSigmatics@lemmy.calinkfedilinkarrow-up7·3 years agoYeah sure. Try building anything more complex than helloworld.c with a build.sh
minus-squarejcg@halubilo.sociallinkfedilinkarrow-up15·3 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-squareSigmatics@lemmy.calinkfedilinkarrow-up2·3 years agoThe point is that “build.sh” implies a single file, which becomes an absolute nightmare to maintain on larger projects
Yeah sure. Try building anything more complex than helloworld.c with a build.sh
More 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.
The point is that “build.sh” implies a single file, which becomes an absolute nightmare to maintain on larger projects