It'd be worthwhile to include a build script for a non-trivial code in the documentation as another real-world example. Trilinos would be worthwhile, because building Trilinos was what originally motivated the automation framework that eventually begat staged-script. The Trilinos CI testing is primarily driven by PullRequestLinuxDriverTest.py, so we'd have to see if it's possible to mimic what's being done there, without access to Trilinos' machines, environments, etc.
It'd be worthwhile to include a build script for a non-trivial code in the documentation as another real-world example. Trilinos would be worthwhile, because building Trilinos was what originally motivated the automation framework that eventually begat
staged-script. The Trilinos CI testing is primarily driven byPullRequestLinuxDriverTest.py, so we'd have to see if it's possible to mimic what's being done there, without access to Trilinos' machines, environments, etc.