@[email protected] to Programmer [email protected]English • 1 year agoWho is this "Jenkins" and what now has broken him?programming.devimagemessage-square67fedilinkarrow-up1592arrow-down130
arrow-up1562arrow-down1imageWho is this "Jenkins" and what now has broken him?programming.dev@[email protected] to Programmer [email protected]English • 1 year agomessage-square67fedilink
minus-square@[email protected]linkfedilink7•1 year agoYeah sure. Try building anything more complex than helloworld.c with a build.sh
minus-square@jcgAlink15•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-square@[email protected]linkfedilink2•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