the_artic_one@programming.dev to Programmer Humor@programming.devEnglish · 1 year agoWho is this "Jenkins" and what now has broken him?programming.devimagemessage-square67fedilinkarrow-up1588arrow-down130
arrow-up1558arrow-down1imageWho is this "Jenkins" and what now has broken him?programming.devthe_artic_one@programming.dev to Programmer Humor@programming.devEnglish · 1 year agomessage-square67fedilink
minus-squareSigmatics@lemmy.calinkfedilinkarrow-up7·1 year agoYeah sure. Try building anything more complex than helloworld.c with a build.sh
minus-squarejcg@halubilo.sociallinkfedilinkarrow-up15·1 year 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·edit-21 year 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